Commit 8777d96
committed
Remove redundant newline checking
--
RUN: at line 2: /home/dianqk/llvm/llvm-project/build/bin/llc -mtriple=x86_64-unknown-linux-gnu -stop-after=early-tailduplication -tail-dup-pred-size-limit=3 < /home/dianqk/llvm/llvm-project/llvm/test/CodeGen/X86/tail-dup-pred-size-limit.ll | /home/dianqk/llvm/llvm-project/build/bin/FileCheck /home/dianqk/llvm/llvm-project/llvm/test/CodeGen/X86/tail-dup-pred-size-limit.ll -check-prefix=LIMIT
+ /home/dianqk/llvm/llvm-project/build/bin/llc -mtriple=x86_64-unknown-linux-gnu -stop-after=early-tailduplication -tail-dup-pred-size-limit=3
+ /home/dianqk/llvm/llvm-project/build/bin/FileCheck /home/dianqk/llvm/llvm-project/llvm/test/CodeGen/X86/tail-dup-pred-size-limit.ll -check-prefix=LIMIT
/home/dianqk/llvm/llvm-project/llvm/test/CodeGen/X86/tail-dup-pred-size-limit.ll:48:16: error: LIMIT-NEXT: is not on the line after the previous match
; LIMIT-NEXT: bb.6 (%ir-block.16):
^
<stdin>:202:2: note: 'next' match was here
bb.6 (%ir-block.16):
^
<stdin>:199:14: note: previous match ended here
successors:
^
<stdin>:200:1: note: non-matching line after previous match is here
^
Input file: <stdin>
Check file: /home/dianqk/llvm/llvm-project/llvm/test/CodeGen/X86/tail-dup-pred-size-limit.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
197:
198: bb.5.default.unreachable2:
199: successors:
200:
201:
202: bb.6 (%ir-block.16):
next:48 !~~~~~~~~~~~~~~~~~~~ error: match on wrong line
203: successors: %bb.7(0x20000000), %bb.8(0x20000000), %bb.9(0x20000000), %bb.10(0x20000000)
204:
205: %4:gr32 = PHI %3, %bb.4, %2, %bb.3, %1, %bb.2, %0, %bb.1
206: %19:gr32 = SHR32ri %11, 2, implicit-def dead $eflags
207: %20:gr32 = AND32ri %19, 7, implicit-def dead $eflags
.
.
.
>>>>>>1 parent ff9ddfd commit 8777d96
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 141 | + | |
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
| |||
0 commit comments