llvm-6502/test/Analysis/ScalarEvolution
Wojciech Matyjewicz a089b10421 If the LHS of the comparison is a loop-invariant we also want to move it
to the RHS. This simple change allows to compute loop iteration count 
for loops with condition similar to the one in the testcase (which seems 
to be quite common).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46959 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-11 18:37:34 +00:00
..
2007-07-15-NegativeStride.ll Change grep '' to grep {}. 2007-11-27 00:10:35 +00:00
2007-08-06-MisinterpretBranch.ll Fix the dates on these tests. It's not September yet. Thanks Reid! 2007-08-06 20:00:11 +00:00
2007-08-06-Unsigned.ll Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. 2007-11-28 04:57:00 +00:00
2007-09-27-LargeStepping.ll Change grep '' to grep {}. 2007-11-27 00:10:35 +00:00
2007-11-14-SignedAddRec.ll Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an 2008-02-11 11:03:14 +00:00
2007-11-18-OrInstruction.ll Change grep '' to grep {}. 2007-11-27 00:10:35 +00:00
2008-02-11-ReversedCondition.ll If the LHS of the comparison is a loop-invariant we also want to move it 2008-02-11 18:37:34 +00:00
dg.exp For PR1319: 2007-04-15 09:31:07 +00:00
do-loop.ll Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
smax.ll Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
SolveQuadraticEquation.ll Add two test cases to cover apintification change. 2007-04-26 16:44:48 +00:00
trip-count2.ll Add two test cases to cover apintification change. 2007-04-26 16:44:48 +00:00
trip-count.ll For PR1319: 2007-04-15 09:31:07 +00:00