Skip to content

Commit ff704a6

Browse files
committed
Trim spaces
1 parent ef19117 commit ff704a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/test/CodeGen/PowerPC/coalescer-remat-with-undef-implicit-def-operand.mir

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ body: |
1212
; CHECK: undef %[[REG:[0-9]+]].sub_64:vsrc = IMPLICIT_DEF implicit-def %[[REG]]
1313
bb.0:
1414
liveins: $x2
15-
1615
%2:vssrc = IMPLICIT_DEF
1716
B %bb.2
18-
17+
1918
bb.1:
2019
%0:vsrc = SUBREG_TO_REG 1, killed %2, %subreg.sub_64
2120
%1:vsrc = XXPERMDI killed undef %0, killed %0, 0
2221
BLR8 implicit $lr8, implicit $rm
23-
22+
2423
bb.2:
2524
successors: %bb.2(0x7c000000), %bb.1(0x04000000)
26-
2725
BDNZ8 %bb.2, implicit-def $ctr8, implicit $ctr8
2826
B %bb.1
2927

0 commit comments

Comments
 (0)