Skip to content

Commit

Permalink
[LV] Reland testcase in 0ec4cae
Browse files Browse the repository at this point in the history
  • Loading branch information
sushgokh committed Feb 28, 2023
1 parent b82ac74 commit ac67ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Transforms/LoopVectorize/AArch64/reg-usage.ll
Expand Up @@ -17,8 +17,8 @@ define void @get_invariant_reg_usage(ptr %z) {
; CHECK-NEXT: LV(REG): Found max usage: 1 item
; CHECK-NEXT: LV(REG): RegisterClass: Generic::ScalarRC, 3 registers
; CHECK-NEXT: LV(REG): Found invariant usage: 2 item
; CHECK-NEXT: RegisterClass: Generic::ScalarRC, 2 registers
; CHECK-NEXT: RegisterClass: Generic::VectorRC, 8 registers
; CHECK-NEXT: LV(REG): RegisterClass: Generic::ScalarRC, 2 registers
; CHECK-NEXT: LV(REG): RegisterClass: Generic::VectorRC, 8 registers

L.entry:
%0 = load i128, ptr %z, align 16
Expand Down

0 comments on commit ac67ec3

Please sign in to comment.