[clang] [Clang][HLSL] Fix struct semantic store (PR #181681)
Nathan Gauër via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 09:05:54 PST 2026
================
@@ -880,6 +880,7 @@ CGHLSLRuntime::handleStructSemanticStore(
llvm::Value *Extract = B.CreateExtractValue(Source, I);
AttrBegin =
handleSemanticStore(B, FD, Extract, *FieldDecl, AttrBegin, AttrEnd);
+ ++FieldDecl;
----------------
Keenuts wrote:
right, might be better, done, thanks!
https://github.com/llvm/llvm-project/pull/181681
More information about the cfe-commits
mailing list