Skip to content

Commit 80aa729

Browse files
committed
Remove undef
1 parent 7f10332 commit 80aa729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AArch64/machine-cp-sub-reg.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body: |
1010
; CHECK-NEXT: successors: %bb.1(0x80000000)
1111
; CHECK-NEXT: liveins: $w0
1212
; CHECK-NEXT: {{ $}}
13-
; CHECK-NEXT: $x8 = ORRXrs $xzr, undef $x0, 0, implicit $w0
13+
; CHECK-NEXT: $x8 = ORRXrs $xzr, $x0, 0, implicit $w0
1414
; CHECK-NEXT: $w8 = ORRWrs $wzr, $w0, 0, implicit-def $x8
1515
; CHECK-NEXT: {{ $}}
1616
; CHECK-NEXT: bb.1:
@@ -22,7 +22,7 @@ body: |
2222
successors: %bb.1(0x80000000)
2323
liveins: $w0
2424
25-
$x8 = ORRXrs $xzr, undef $x0, 0, implicit $w0
25+
$x8 = ORRXrs $xzr, $x0, 0, implicit $w0
2626
$w8 = ORRWrs $wzr, $w0, 0, implicit-def $x8
2727
2828
bb.1:

0 commit comments

Comments
 (0)