Issue 159434
Summary [HLSL] Support HLSL matrix initializers
Labels new issue
Assignees
Reporter farzonl
    
In HLSL matrixs are matrix_type in all respects except that they
support a constructor style syntax for initializing matrices. This
change should add a translation of matrix constructor arguments into
initializer lists.

This supports two oddities of HLSL syntax:
(1) HLSL matrices support constructor syntax
(2) HLSL matrices are expanded to constituate components in constructors
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to