This website requires JavaScript.
Explore
Help
Register
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
2025-01-26 22:34:39 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
LoopUnroll
History
Jan Wen Voung
74d9647d18
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
...
llvm-svn: 176873
2013-03-12 16:27:52 +00:00
..
2004-05-13-DontUnrollTooMuch.ll
…
2005-03-06-BadLoopInfoUpdate.ll
…
2006-08-24-MultiBlockLoop.ll
…
2007-04-16-PhiUpdate.ll
…
2007-05-05-UnrollMiscomp.ll
…
2007-05-09-UnknownTripCount.ll
…
2007-11-05-Crash.ll
…
2011-08-08-PhiUpdate.ll
…
2011-08-09-IVSimplify.ll
…
2011-08-09-PhiUpdate.ll
…
2011-10-01-NoopTrunc.ll
…
2012-04-09-unroll-indirectbr.ll
Fix 12513: Loop unrolling breaks with indirect branches.
2012-04-10 05:14:42 +00:00
basic.ll
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
lit.local.cfg
…
partial-unroll-optsize.ll
…
pr10813.ll
…
pr11361.ll
Fix tests that didn't test anything.
2012-09-26 09:51:39 +00:00
pr14167.ll
getSmallConstantTripMultiple should never return zero.
2012-10-24 19:46:44 +00:00
runtime-loop1.ll
…
runtime-loop2.ll
…
runtime-loop3.ll
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
2013-03-12 16:27:52 +00:00
runtime-loop.ll
…
scevunroll.ll
…
shifted-tripcount.ll
…
unloop.ll
…