[llvm-branch-commits] [clang] [HLSL] Add implicit binding attribute to resource arrays (PR #152452)
Helena Kotas via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 7 13:45:15 PDT 2025
================
@@ -34,6 +34,10 @@ RWBuffer<float> UAV1 : register(u2), UAV2 : register(u4);
// CHECK: HLSLResourceBindingAttr {{.*}} "" "space5"
RWBuffer<float> UAV3 : register(space5);
+// CHECK: VarDecl {{.*}} UAV_Array 'RWBuffer<float>[10]'
----------------
hekota wrote:
Will do.
https://github.com/llvm/llvm-project/pull/152452
More information about the llvm-branch-commits
mailing list