summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-11 20:38:25 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-11 20:38:25 +0000
commitd0cca2415099e80bd11e6b2090896719b07afd93 (patch)
tree4f93505e9c1a58ee13aadd2d1d35052b64ba2c71 /test/Transforms/IndVarSimplify
parent4f0664949729778a3551970cd74e976f0d9a046f (diff)
downloadllvm-d0cca2415099e80bd11e6b2090896719b07afd93.tar.gz
llvm-d0cca2415099e80bd11e6b2090896719b07afd93.tar.bz2
llvm-d0cca2415099e80bd11e6b2090896719b07afd93.tar.xz
Revert r75252 which was causing some crashes at compile time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify')
-rw-r--r--test/Transforms/IndVarSimplify/iv-sext.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/IndVarSimplify/iv-sext.ll b/test/Transforms/IndVarSimplify/iv-sext.ll
index 120acb23c8..ae97208b15 100644
--- a/test/Transforms/IndVarSimplify/iv-sext.ll
+++ b/test/Transforms/IndVarSimplify/iv-sext.ll
@@ -1,6 +1,7 @@
; 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.