[llvm] [SPIR-V] Add support for HLSL SV_GroupIndex (PR #130670)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 07:17:40 PDT 2025


================
@@ -0,0 +1,32 @@
+; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-vulkan-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o - -filetype=obj | spirv-val %}
----------------
s-perron wrote:

I'm surprised the tests pass if you are still generating the linkage attribute. If they pass, I will merge.

https://github.com/llvm/llvm-project/pull/130670


More information about the llvm-commits mailing list