aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-12-16 08:30:01 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-12-16 08:30:01 +0000
commit1447f5ca1f59fdbe885df36c74e868267297a59d (patch)
treed69fcbdd528d8f308eb77297d4af98e448f35645 /test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
parent5a6bb6ae78fb42bedd8987ccd611abd0a548edbf (diff)
downloadexternal_llvm-1447f5ca1f59fdbe885df36c74e868267297a59d.zip
external_llvm-1447f5ca1f59fdbe885df36c74e868267297a59d.tar.gz
external_llvm-1447f5ca1f59fdbe885df36c74e868267297a59d.tar.bz2
Generalize support for analyzing loops to include SLE/SGE loop exit conditions
and support for non-unit strides with signed exit conditions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll')
-rw-r--r--test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll b/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
index 1bf24d7..a9a7c05 100644
--- a/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
+++ b/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {255 iterations}
-; XFAIL: *
define i32 @foo(i32 %x, i32 %y, i32* %lam, i32* %alp) nounwind {
bb1.thread: