summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-09-13 05:23:49 +0000
committerAndrew Trick <atrick@apple.com>2011-09-13 05:23:49 +0000
commiteffb64715490e7680964a723d56a0e793a13f04b (patch)
tree2dbc23e7c7f534b05ef6ed3793fa3dc2c5d00c10
parentedd4f8ba4bed5b999c6a726b7991241cf1840350 (diff)
downloadllvm-effb64715490e7680964a723d56a0e793a13f04b.tar.gz
llvm-effb64715490e7680964a723d56a0e793a13f04b.tar.bz2
llvm-effb64715490e7680964a723d56a0e793a13f04b.tar.xz
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139583 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Scalar/IndVarSimplify.cpp2
-rw-r--r--test/Transforms/IndVarSimplify/floating-point-iv.ll2
-rw-r--r--test/Transforms/LoopUnroll/scevunroll.ll2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp
index e240c42e36..b5500dec6e 100644
--- a/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -60,7 +60,7 @@ STATISTIC(NumElimIV , "Number of congruent IVs eliminated");
namespace llvm {
cl::opt<bool> EnableIVRewrite(
- "enable-iv-rewrite", cl::Hidden,
+ "enable-iv-rewrite", cl::Hidden, cl::init(true),
cl::desc("Enable canonical induction variable rewriting"));
// Trip count verification can be enabled by default under NDEBUG if we
diff --git a/test/Transforms/IndVarSimplify/floating-point-iv.ll b/test/Transforms/IndVarSimplify/floating-point-iv.ll
index 266eebd5bb..e334f069b8 100644
--- a/test/Transforms/IndVarSimplify/floating-point-iv.ll
+++ b/test/Transforms/IndVarSimplify/floating-point-iv.ll
@@ -87,6 +87,6 @@ exit:
ret void
; CHECK: @test5
-; CHECK: icmp slt i32 {{.*}}, 0
+; CHECK: icmp eq i32 {{.*}}, 10
; CHECK-NEXT: br i1
}
diff --git a/test/Transforms/LoopUnroll/scevunroll.ll b/test/Transforms/LoopUnroll/scevunroll.ll
index 99b3a7d861..9971f310ec 100644
--- a/test/Transforms/LoopUnroll/scevunroll.ll
+++ b/test/Transforms/LoopUnroll/scevunroll.ll
@@ -67,7 +67,7 @@ exit2:
; SCEV properly unrolls multi-exit loops.
;
; CHECK: @multiExit
-; CHECK: getelementptr i32* %base, i32 10
+; CHECK: getelementptr i32* %base, i64 10
; CHECK-NEXT: load i32*
; CHECK: br i1 false, label %l2.10, label %exit1
; CHECK: l2.10: