aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify/iv-sext.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-13 21:35:55 +0000
committerDan Gohman <gohman@apple.com>2009-07-13 21:35:55 +0000
commit85b05a2e60e0e696739167b52cc7cc3e7cf390c0 (patch)
treee89f992268d824d345192a59d4a88dedb55340f3 /test/Transforms/IndVarSimplify/iv-sext.ll
parentd97ea308ed053a37e282d0180f9a716309c84d88 (diff)
downloadexternal_llvm-85b05a2e60e0e696739167b52cc7cc3e7cf390c0.zip
external_llvm-85b05a2e60e0e696739167b52cc7cc3e7cf390c0.tar.gz
external_llvm-85b05a2e60e0e696739167b52cc7cc3e7cf390c0.tar.bz2
Reapply 75252, with a fix to avoid the infinite recursion case. The
check for avoiding re-analyzing a widening cast needed to happen earlier, as getSCEV itself may result in a isLoopGuardedByCond query. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify/iv-sext.ll')
-rw-r--r--test/Transforms/IndVarSimplify/iv-sext.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/iv-sext.ll b/test/Transforms/IndVarSimplify/iv-sext.ll
index ae97208..120acb2 100644
--- a/test/Transforms/IndVarSimplify/iv-sext.ll
+++ b/test/Transforms/IndVarSimplify/iv-sext.ll
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
; RUN: grep {= sext} %t | count 4
; RUN: grep {phi i64} %t | count 2
-; XFAIL: *
; Indvars should be able to promote the hiPart induction variable in the
; inner loop to i64.