Skip to content

Commit

Permalink
[LoopStrengthReduce] Fix test checks to fix issue reported on D77227
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 3, 2020
1 parent b952d79 commit 396b1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/Transforms/LoopStrengthReduce/X86/lsr-insns-2.ll
Expand Up @@ -10,9 +10,9 @@
; INSN: getelementptr i32, i32* %x, i64 %indvars.iv
; INSN: getelementptr i32, i32* %y, i64 %indvars.iv
; INSN: getelementptr i32, i32* %q, i64 %indvars.iv
; REGS %lsr.iv4 = phi
; REGS %lsr.iv2 = phi
; REGS %lsr.iv1 = phi
; REGS: %lsr.iv4 = phi
; REGS: %lsr.iv2 = phi
; REGS: %lsr.iv1 = phi
; REGS: getelementptr i32, i32* %lsr.iv1, i64 1
; REGS: getelementptr i32, i32* %lsr.iv2, i64 1
; REGS: getelementptr i32, i32* %lsr.iv4, i64 1
Expand Down

0 comments on commit 396b1ee

Please sign in to comment.