[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:39: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:

It seem like the validator does not complain about the linkage attribute for Vulkan 1.3, but it does for Vulkan 1.2.

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


More information about the llvm-commits mailing list