[clang] [HLSL] Add support for the HLSL matrix type (PR #159446)

Chris B via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 19 08:13:05 PDT 2025


https://github.com/llvm-beanz commented:

One thing we didn't do with the vector alias that we should do for the `matrix` one is add a concept requirement that the dimensions be in the range [1,4].

We removed the restriction on vector length in HLSL, but I don't believe we have any plans to do the same for matrices.

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


More information about the cfe-commits mailing list