summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/elim-extend.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/elim-extend.ll')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/elim-extend.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/elim-extend.ll b/llvm/test/Transforms/IndVarSimplify/elim-extend.ll
index 8daac23ea74..6b6d5974165 100644
--- a/llvm/test/Transforms/IndVarSimplify/elim-extend.ll
+++ b/llvm/test/Transforms/IndVarSimplify/elim-extend.ll
@@ -41,6 +41,8 @@ entry:
br i1 %precond, label %loop, label %return
; CHECK: loop:
; CHECK-NOT: sext
+; CHECK: wide.trip.count = sext
+; CHECK-NOT: sext
; CHECK: exit:
loop:
%iv = phi i32 [ %postiv, %loop ], [ %init, %entry ]
OpenPOWER on IntegriCloud