Skip to content

Commit 9197a48

Browse files
committed
regen test(RISCV/abds.ll)
1 parent d444490 commit 9197a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/abds.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,9 +2602,9 @@ define i128 @abd_select_i128(i128 %a, i128 %b) nounwind {
26022602
; RV32I-NEXT: sub a1, a4, t5
26032603
; RV32I-NEXT: sub a4, a6, t6
26042604
; RV32I-NEXT: .LBB38_13:
2605-
; RV32I-NEXT: sw a4, 8(a0)
2606-
; RV32I-NEXT: sw a1, 4(a0)
26072605
; RV32I-NEXT: sw a3, 0(a0)
2606+
; RV32I-NEXT: sw a1, 4(a0)
2607+
; RV32I-NEXT: sw a4, 8(a0)
26082608
; RV32I-NEXT: sw a2, 12(a0)
26092609
; RV32I-NEXT: lw s0, 12(sp) # 4-byte Folded Reload
26102610
; RV32I-NEXT: addi sp, sp, 16

0 commit comments

Comments
 (0)