[clang] Enable matrices in HLSL (PR #111415)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 12:53:20 PST 2024
================
@@ -1,7 +1,5 @@
// RUN: %clang_cc1 -O0 -fenable-matrix -triple x86_64-apple-darwin %s -emit-llvm -disable-llvm-passes -o - -std=c++11 | FileCheck --check-prefixes=CHECK,NOOPT %s
// RUN: %clang_cc1 -O1 -fenable-matrix -triple x86_64-apple-darwin %s -emit-llvm -disable-llvm-passes -o - -std=c++11 | FileCheck --check-prefixes=CHECK,OPT %s
-typedef double dx5x5_t __attribute__((matrix_type(5, 5)));
-using fx2x3_t = float __attribute__((matrix_type(2, 3)));
----------------
llvm-beanz wrote:
Are the changes to this file required?
https://github.com/llvm/llvm-project/pull/111415
More information about the cfe-commits
mailing list