Skip to content

Commit

Permalink
[RISCV] Re-generate orc-b-patterns.ll for store clustering. NFC
Browse files Browse the repository at this point in the history
The patch added orc-b-patterns.ll landed while store clustering was
still in review.
  • Loading branch information
topperc committed Oct 11, 2024
1 parent 9a97a57 commit 8b46d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/RISCV/orc-b-patterns.ll
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ define i32 @orc_b_i32_sub_shl8x_x_b1_both_used(i32 %x, ptr %arr) {
; CHECK-NEXT: and a0, a0, a2
; CHECK-NEXT: slli a2, a0, 7
; CHECK-NEXT: srli a3, a0, 1
; CHECK-NEXT: sw a2, 0(a1)
; CHECK-NEXT: sub a0, a2, a3
; CHECK-NEXT: sw a2, 0(a1)
; CHECK-NEXT: sw a3, 4(a1)
; CHECK-NEXT: ret
entry:
Expand Down

0 comments on commit 8b46d40

Please sign in to comment.