We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94efe98 commit 28094f7Copy full SHA for 28094f7
llvm/test/TableGen/GlobalISelEmitter-implicit-defs.td
@@ -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
+// 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"
2
3
include "llvm/Target/Target.td"
4
include "GlobalISelEmitterCommon.td"
5
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
7
// CHECK: Skipped pattern: Pattern defines a physical register
8
let Uses = [B0], Defs = [B0] in
9
def tst1 : I<(outs), (ins), [(set B0, (add B0, 1))]>;
0 commit comments