Skip to content

[NFC][SPIR-V] Verify baseline test status on main#186992

Closed
pvelesko wants to merge 1 commit intollvm:mainfrom
CHIP-SPV:test-spirv-baseline
Closed

[NFC][SPIR-V] Verify baseline test status on main#186992
pvelesko wants to merge 1 commit intollvm:mainfrom
CHIP-SPV:test-spirv-baseline

Conversation

@pvelesko
Copy link
Copy Markdown
Contributor

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.ll
  • CodeGen/SPIRV/pointers/global-ptrtoint.ll
  • CodeGen/SPIRV/pointers/nested-struct-opaque-pointers.ll
  • CodeGen/SPIRV/pointers/struct-opaque-pointers.ll
  • CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll

This PR is not intended to be merged. Will be closed once CI results confirm.

No-op change to verify that SPIR-V pointer/SpecConstantOp validation
tests fail on current main, independent of any other PRs.
@pvelesko pvelesko marked this pull request as draft March 17, 2026 10:19
@llvmbot
Copy link
Copy Markdown
Member

llvmbot commented Mar 17, 2026

@llvm/pr-subscribers-backend-spir-v

Author: Paulius Velesko (pvelesko)

Changes

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.ll
  • CodeGen/SPIRV/pointers/global-ptrtoint.ll
  • CodeGen/SPIRV/pointers/nested-struct-opaque-pointers.ll
  • CodeGen/SPIRV/pointers/struct-opaque-pointers.ll
  • CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll

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:

  • (modified) llvm/test/CodeGen/SPIRV/pointers/PtrCast-in-OpSpecConstantOp.ll (+1)
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 %}
 

@pvelesko
Copy link
Copy Markdown
Contributor Author

Confirmed: same 5 SPIR-V pointer/SpecConstantOp test failures on main. These are pre-existing and unrelated to PRs #186971 and #186972.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants