Files
llvm-project/clang/test/CodeGenHLSL/BasicFeatures/MatrixElementRowColFlags.hlsl
Farzon Lotfi e564ce97b1 [Matrix] Fix cbuffers support for matrix element expr (#185471)
fixes #184877

This change was threefold.
1. copy the padded cbuffer from memory to a local alloca
2. switch to using the new `getFlattenedIndex` helpers for index
generation
3. convert row major to column major indicies in codegen depending on
LangOptions
2026-03-10 13:57:22 -04:00

1.7 KiB