This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
f64bbe9328
llvm-mirror
/
test
/
Transforms
/
LoopIndexSplit
History
Dan Gohman
28702fab4e
Don't try to split a loop when the controlling icmp instruction
...
doesn't have an IV-based operand. This fixes PR4471. llvm-svn: 74399
2009-06-27 22:58:27 +00:00
..
2007-09-21-LoopBound.ll
2007-09-24-UpdateIterationSpace.ll
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
2007-09-25-UpdateIterationSpace-2.ll
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
2008-01-28-IndDecrement.ll
2008-02-08-Crash.ll
2008-02-13-ExitValueNum.ll
2008-02-13-LoopLatch.ll
2008-02-13-LoopLatchPHI.ll
2008-02-14-Crash.ll
2008-03-24-ExitPhi.ll
2008-05-19-IndVar.ll
2008-06-03-DomFrontier.ll
2008-07-08-MisCompilation.ll
2008-09-17-IVUse.ll
2008-09-20-Crash.ll
2008-10-06-Crash.ll
2008-10-10-OneIteration.ll
2008-11-10-Sign.ll
2009-03-02-UpdateIterationSpace-crash.ll
2009-03-30-undef.ll
Loop Index Split can eliminate a loop if it can determin if loop body is executed only once. There was a bug in determining IV based value of the iteration for which the loop body is executed. Fix it.
2009-03-30 22:24:10 +00:00
Crash2-2007-08-17.ll
Crash-2007-08-17.ll
Crash-2007-12-03.ll
dg.exp
ExitCondition-2007-09-10.ll
non-iv-cmp-operand.ll
Don't try to split a loop when the controlling icmp instruction
2009-06-27 22:58:27 +00:00
OneIterLoop2-2007-08-17.ll
OneIterLoop3-2007-08-17.ll
OneIterLoop-2007-08-17.ll
SaveLastValue-2007-08-17.ll
SplitValue-2007-08-24-dbg.ll
SplitValue-2007-08-24.ll
UpperBound-2007-08-24.ll