File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-device-only -O2 -S -emit-llvm -o - %s | FileCheck %s
2
2
3
- // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL" =
4
- // CHECK-DAG: type { [12 x [48 x [1 x [4 x i8]]]] addrspace(4)* }
5
- // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" =
6
- // CHECK-DAG: type { [12 x [12 x [1 x [4 x i32]]]] addrspace(4)* }
7
- // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" =
8
- // CHECK-DAG: type { [48 x [12 x [4 x [4 x i8]]]] addrspace(4)* }
3
+ // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL" = type { [12 x [48 x [1 x [4 x i8]]]] addrspace(4)* }
4
+ // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" = type { [12 x [12 x [1 x [4 x i32]]]] addrspace(4)* }
5
+ // CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" = type { [48 x [12 x [4 x [4 x i8]]]] addrspace(4)* }
9
6
10
7
#include < CL/sycl.hpp>
11
8
#if (SYCL_EXT_ONEAPI_MATRIX == 2)
You can’t perform that action at this time.
0 commit comments