Skip to content

Commit ea73fc5

Browse files
authored
[PowerPC] fixed mtvsrbmi.ll test case error caused by run the update_llc_test_checks.py (#144075)
fixed mtvsrbmi.ll test case error which caused by run the update_llc_test_checks.py
1 parent 7e0bb2b commit ea73fc5

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

llvm/test/CodeGen/PowerPC/mtvsrbmi.ll

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
; RUN: | FileCheck %s --check-prefix=CHECK
1111

1212
define dso_local noundef range(i8 -1, 1) <16 x i8> @_Z5v00FFv() {
13-
; CHECK-LABEL: _Z5v00FFv:
14-
; CHECK: # %bb.0: # %entry
15-
; CHECK-NEXT: lwz r3, L..C0(r2) # %const.0
16-
; CHECK-NEXT: lxv vs34, 0(r3)
17-
; CHECK-NEXT: blr
18-
entry:
19-
ret <16 x i8> <i8 -1, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0>
20-
}
21-
2213
; CHECK: L..CPI0_0:
2314
; CHECK-NEXT: .byte 255 # 0xff
2415
; CHECK-NEXT: .byte 0 # 0x0
@@ -37,8 +28,11 @@ entry:
3728
; CHECK-NEXT: .byte 0 # 0x0
3829
; CHECK-NEXT: .byte 0 # 0x0
3930

40-
; CHECK: ._Z5v00FFv:
41-
; CHECK-NEXT: # %bb.0:
42-
; CHECK-NEXT: lwz r3, L..C0(r2)
43-
; CHECK-NEXT: lxv vs34, 0(r3)
44-
; CHECK-NEXT: blr
31+
; CHECK-LABEL: _Z5v00FFv:
32+
; CHECK: # %bb.0: # %entry
33+
; CHECK-NEXT: lwz r3, L..C0(r2) # %const.0
34+
; CHECK-NEXT: lxv vs34, 0(r3)
35+
; CHECK-NEXT: blr
36+
entry:
37+
ret <16 x i8> <i8 -1, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0>
38+
}

0 commit comments

Comments
 (0)