Skip to content

Commit f1aaf4d

Browse files
committed
implicit-check-not=DBG_PHI
1 parent a446030 commit f1aaf4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/DebugInfo/X86/branch-folder-dbg.mir

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: llc %s --start-before=branch-folder --stop-after=branch-folder -o - | FileCheck %s
1+
# RUN: llc %s --start-before=branch-folder --stop-after=branch-folder -o - \
2+
# RUN: | FileCheck %s --implicit-check-not=DBG_PHI
23

34
## Check that common instructions hoisted from `if.then` and `if.else` into
45
## common pred `entry` get merged debug locations. The debug instructions from
@@ -7,7 +8,7 @@
78
## The MIR debug instructions have been modified by hand in order to check they
89
## can be killed.
910
##
10-
## Check DBG_PHIs are deleted rather than hoisted.
11+
## Check DBG_PHIs are deleted rather than hoisted (implicit-check-not).
1112

1213
# CHECK: bb.0
1314
# CHECK: CALL64pcrel32 @f, csr_64, implicit $rsp, implicit $ssp, implicit-def $rsp, implicit-def $ssp, implicit-def $rax

0 commit comments

Comments
 (0)