[clang] [HLSL][Matrix] Update indexed matrix elements individually (PR #176216)

Deric C. via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 16 12:14:33 PST 2026


================
@@ -2736,29 +2758,33 @@ void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst,
       return;
     }
     if (Dst.isMatrixRow()) {
----------------
Icohedron wrote:

I've created an issue for it under #176468

https://github.com/llvm/llvm-project/pull/176216


More information about the cfe-commits mailing list