[clang] [HLSL][Matrix] Update indexed matrix elements individually (PR #176216)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 16 11:55:57 PST 2026
================
@@ -2736,29 +2758,33 @@ void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst,
return;
}
if (Dst.isMatrixRow()) {
----------------
farzonl wrote:
Ok fair enough make an issue for that And I’ll sign off.
https://github.com/llvm/llvm-project/pull/176216
More information about the cfe-commits
mailing list