[clang] [HLSL][Matrix] Add support for Matrix element and trunc Casts (PR #168915)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 08:36:45 PST 2025
================
@@ -0,0 +1,50 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.6-library -finclude-default-header -Wmatrix-conversion -verify %s
----------------
llvm-beanz wrote:
```suggestion
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.6-library -finclude-default-header -verify %s
```
This should be on by default right?
https://github.com/llvm/llvm-project/pull/168915
More information about the cfe-commits
mailing list