Skip to content

Commit db89a5e

Browse files
author
v01dxyz
committed
[LoopUnroll] test for LoopPeel SCEV invalidation
1 parent 03af05f commit db89a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopUnroll/peel-loop-scev-invalidate-with-overflow-inst.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ define void @loop_peeling_smul_with_overflow() {
3535
; after loop-unroll
3636
; CHECK: Classifying expressions for: @loop_peeling_smul_with_overflow
3737
; CHECK: %extractvalue = extractvalue { i32, i1 } %call, 0
38-
; CHECK-NEXT: --> (-2 + (-2 * %load))
38+
; CHECK-NEXT: --> (-2 * %add8.lcssa)
3939
; CHECK: %phi4 = phi i32 [ %add, %bb3 ], [ 0, %bb2 ]
40-
; CHECK-NEXT: --> {0,+,(-2 + (-2 * %load))}<nuw><nsw><%bb3>
40+
; CHECK-NEXT: --> {0,+,(-2 * %add8.lcssa)}<nuw><nsw><%bb3>
4141
;
4242
bb:
4343
br label %bb1

0 commit comments

Comments
 (0)