Skip to content

Commit 733b868

Browse files
committed
[NFC][llvm-spirv] Use CHECK-DAG for constants in keep-tracked-const.ll
1 parent d2553d9 commit 733b868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm-spirv/test/SpecConstants/keep-tracked-const.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ target triple = "spir64-unknown-unknown"
1717
; CHECK: Constant [[#Int8]] [[#]] 1
1818
; CHECK: Constant [[#Int8]] [[#]] 0
1919

20-
; CHECK: Constant [[#Int32]] [[#]] 0
21-
; CHECK: Constant [[#Int32]] [[#]] 1
20+
; CHECK-DAG: Constant [[#Int32]] [[#]] 0
21+
; CHECK-DAG: Constant [[#Int32]] [[#]] 1
2222

2323
; CHECK-LLVM: %conv17.i = sext i8 1 to i64
2424

0 commit comments

Comments
 (0)