Skip to content

Commit 28094f7

Browse files
committed
switch from CHECK-NOT to implicit-check-not="Skipped pattern"
more future-proof
1 parent 94efe98 commit 28094f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/TableGen/GlobalISelEmitter-implicit-defs.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
// RUN: llvm-tblgen -gen-global-isel -warn-on-skipped-patterns -I %p/../../include -I %p/Common %s -o /dev/null 2>&1 < %s | FileCheck %s
1+
// RUN: llvm-tblgen -gen-global-isel -warn-on-skipped-patterns -I %p/../../include -I %p/Common %s -o /dev/null 2>&1 < %s | FileCheck %s --implicit-check-not="Skipped pattern"
22

33
include "llvm/Target/Target.td"
44
include "GlobalISelEmitterCommon.td"
55

6-
// CHECK-NOT: Skipped pattern: Src pattern result has 1 def(s) without the HasNoUse predicate set to true but Dst MI has no def
76
// CHECK: Skipped pattern: Pattern defines a physical register
87
let Uses = [B0], Defs = [B0] in
98
def tst1 : I<(outs), (ins), [(set B0, (add B0, 1))]>;

0 commit comments

Comments
 (0)