Skip to content

Commit 38f3c94

Browse files
committed
tweak tests
1 parent ca22130 commit 38f3c94

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/clang/test/LitDXILValidation/LinAlgMatrix/linalgmatrix-type-allowed-in-dxil.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
; CHECK-NOT: uses a reserved prefix.
44
; CHECK-NOT: Validation failed.
5+
; CHECK: Validation succeeded.
56

67
target datalayout = "e-m:e-p:32:32-i1:32-i8:8-i16:16-i32:32-i64:64-f16:16-f32:32-f64:64-n8:16:32:64"
78
target triple = "dxil-ms-dx"
89

9-
%dx.types.Handle = type { i8* }
10-
%dx.types.ResBind = type { i32, i32, i32, i8 }
1110
%dx.types.LinAlgMatrixC8M16N16U0S0 = type { i8* }
12-
%dx.types.ResourceProperties = type { i32, i32 }
1311
%struct.ByteAddressBuffer = type { i32 }
1412

1513
define void @main() {

0 commit comments

Comments
 (0)