[PATCH] D131203: [HLSL] Initial codegen for SV_GroupIndex
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 14:12:17 PDT 2022
python3kgae added inline comments.
================
Comment at: clang/test/CodeGenHLSL/semantics/GroupIndex-codegen.hlsl:4
+[numthreads(1,1,1)]
+void main(unsigned GI : SV_GroupIndex) {
+}
----------------
Does this change plan to support cases where SV_GroupIndex is inside a struct?
If yes, we need a test for that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131203/new/
https://reviews.llvm.org/D131203
More information about the cfe-commits
mailing list