This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
LoopSimplify
History
Arnaud A. de Grandmaison
de5ff26865
No need for those tests to go thru llvm-as and/or llvm-dis.
...
opt can handle them by itself. llvm-svn: 209689
2014-05-27 22:03:28 +00:00
..
2003-04-25-AssertFail.ll
…
2003-05-12-PreheaderExitOfChild.ll
…
2003-08-15-PreheadersFail.ll
Remove the old tail duplication pass. It is not used and is unable to update
2011-08-30 23:03:45 +00:00
2003-12-10-ExitBlocksProblem.ll
…
2004-02-05-DominatorInfoCorruption.ll
…
2004-03-15-IncorrectDomUpdate.ll
…
2004-04-01-IncorrectDomUpdate.ll
…
2004-04-12-LoopSimplify-SwitchBackedges.ll
…
2004-04-13-LoopSimplifyUpdateDomFrontier.ll
…
2007-10-28-InvokeCrash.ll
No need for those tests to go thru llvm-as and/or llvm-dis.
2014-05-27 22:03:28 +00:00
2010-07-15-IncorrectDomFrontierUpdate.ll
…
2010-12-26-PHIInfiniteLoop.ll
…
2011-12-14-LandingpadHeader.ll
Make loop preheader insertion in LoopSimplify handle the case where the loop header is a landing pad correctly (by splitting the landingpad out of the loop header). Make some adjustments to the rest of LoopSimplify to make it clear that the rest of LoopSimplify isn't making bad assumptions about the presence of landing pads. PR11575.
2011-12-15 00:50:34 +00:00
2012-03-20-indirectbr.ll
LoopSimplify bug fix. Handle indirect loop back edges.
2012-03-20 21:24:52 +00:00
ashr-crash.ll
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
2014-02-11 12:52:27 +00:00
basictest.ll
…
dup-preds.ll
UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessors
2013-10-04 23:41:05 +00:00
hardertest.ll
…
indirectbr-backedge.ll
…
indirectbr.ll
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
merge-exits.ll
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
notify-scev.ll
Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things."
2014-01-06 19:43:14 +00:00
phi-node-simplify.ll
Rename 'loopsimplify' to 'loop-simplify'.
2011-02-10 23:38:10 +00:00
preserve-scev.ll
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
2013-07-14 01:42:54 +00:00
single-backedge.ll
Generalize test case to handle multiple indvars modes.
2011-09-13 03:17:25 +00:00
unreachable-loop-pred.ll
…