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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to