[NFC][SPIR-V] Verify baseline test status on main#186992
Closed
[NFC][SPIR-V] Verify baseline test status on main#186992
Conversation
No-op change to verify that SPIR-V pointer/SpecConstantOp validation tests fail on current main, independent of any other PRs.
Member
|
@llvm/pr-subscribers-backend-spir-v Author: Paulius Velesko (pvelesko) ChangesSummaryNo-op comment addition to trigger CI and verify that the 5 SPIR-V pointer/SpecConstantOp validation test failures exist on current Failing tests to verify:
This PR is not intended to be merged. Will be closed once CI results confirm. Full diff: https://github.com/llvm/llvm-project/pull/186992.diff 1 Files Affected:
diff --git a/llvm/test/CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.ll b/llvm/test/CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.ll
index ca7ca06fbdc8c..0b14e56ec754b 100644
--- a/llvm/test/CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.ll
+++ b/llvm/test/CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.ll
@@ -1,3 +1,4 @@
+; No-op change to trigger CI and verify baseline test status on main.
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
|
Contributor
Author
This was referenced Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
No-op comment addition to trigger CI and verify that the 5 SPIR-V pointer/SpecConstantOp validation test failures exist on current
main, independent of any other PRs.Failing tests to verify:
CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.llCodeGen/SPIRV/pointers/global-ptrtoint.llCodeGen/SPIRV/pointers/nested-struct-opaque-pointers.llCodeGen/SPIRV/pointers/struct-opaque-pointers.llCodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.llThis PR is not intended to be merged. Will be closed once CI results confirm.