mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 14:26:09 +00:00

This implements C-style type conversions for matrix types, as specified in clang/docs/MatrixTypes.rst. Fixes PR47141. Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D99037