Issue 166410
Summary [HLSL] add new -Zpr, -Zpc compiler flags and make them change default matrix init behavior
Labels HLSL
Assignees
Reporter farzonl
    /Zpr will inform the compiler that matrices will be packed in row-major order while 
/Zpc will just be the default column major order.

Need to consider if this should also impact how we index via `MatrixSubscriptExpr`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to