Skip to content

Commit 8b46d40

Browse files
committed
[RISCV] Re-generate orc-b-patterns.ll for store clustering. NFC
The patch added orc-b-patterns.ll landed while store clustering was still in review.
1 parent 9a97a57 commit 8b46d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/orc-b-patterns.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ define i32 @orc_b_i32_sub_shl8x_x_b1_both_used(i32 %x, ptr %arr) {
339339
; CHECK-NEXT: and a0, a0, a2
340340
; CHECK-NEXT: slli a2, a0, 7
341341
; CHECK-NEXT: srli a3, a0, 1
342-
; CHECK-NEXT: sw a2, 0(a1)
343342
; CHECK-NEXT: sub a0, a2, a3
343+
; CHECK-NEXT: sw a2, 0(a1)
344344
; CHECK-NEXT: sw a3, 4(a1)
345345
; CHECK-NEXT: ret
346346
entry:

0 commit comments

Comments
 (0)