[clang] [HLSL] Modify the Matrix orientation to be AST based instead of Attribute (PR #214001)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 16:53:15 PDT 2026
farzonl wrote:
> 3. Several matrix ops are now broken due to type mismatch if they have differing layouts
i apologize this issue I am already aware of. It was the reason I didn't want to change the type to begin with and also why I was trying to sema template deduction https://discourse.llvm.org/t/rfc-represent-hlsl-matrix-layout-in-the-clang-ast/91469
As Chris pointed out that wouldn't be enough so at least for this part I am still actively considering how to address Chris's feedback.
https://github.com/llvm/llvm-project/pull/214001
More information about the cfe-commits
mailing list