Skip to content

Commit

Permalink
Update LSR test case
Browse files Browse the repository at this point in the history
A regression, but only since llvm#96200. This just brings us back to square one.
  • Loading branch information
lukel97 committed Jul 4, 2024
1 parent 32a1bbd commit 5d4745a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ define ptr @foo(ptr %a0, ptr %a1, i64 %a2) {
; CHECK-NEXT: mv a3, a0
; CHECK-NEXT: .LBB0_3: # %do.body
; CHECK-NEXT: # =>This Inner Loop Header: Depth=1
; CHECK-NEXT: vsetvli zero, a4, e8, m8, ta, ma
; CHECK-NEXT: vle8.v v8, (a1)
; CHECK-NEXT: vse8.v v8, (a3)
; CHECK-NEXT: add a3, a3, a4
Expand Down

0 comments on commit 5d4745a

Please sign in to comment.