| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
which edge to split by pred/succ pair, which means that we can end up splitting
the wrong edge (by case value) in the switch statement entirely. Fixes PR10031!
llvm-svn: 132535
|
| |
|
|
|
|
|
|
| |
preserves LCSSA form out of ScalarEvolution and into the LoopInfo
class. Use it to check that SimplifyInstruction simplifications
are not breaking LCSSA form. Fixes PR8622.
llvm-svn: 119727
|
| |
|
|
|
|
| |
infinite loops or exits will eventually exit. This fixes PR5373.
llvm-svn: 112745
|
| |
|
|
|
|
| |
matches what llvm-gcc and clang now produce.
llvm-svn: 106221
|
| |
|
|
|
|
|
|
| |
condition we're unswitching on. In this case, don't try to
simplify the second copy of the loop which may be dead or not,
but is probably a constant now. This fixes PR6879
llvm-svn: 101870
|
| |
|
|
| |
llvm-svn: 95055
|
| |
|
|
| |
llvm-svn: 95054
|
| |
|
|
|
|
| |
proven to be bogus.
llvm-svn: 89844
|
| |
|
|
| |
llvm-svn: 89758
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the PassManager code into a regular verifyAnalysis method.
Also, reorganize loop verification. Make the LoopPass infrastructure
call verifyLoop as needed instead of having LoopInfo::verifyAnalysis
check every loop in the function after each looop pass. Add a new
command-line argument, -verify-loop-info, to enable the expensive
full checking.
llvm-svn: 82952
|
| |
|
|
| |
llvm-svn: 81540
|
| |
|
|
|
|
|
|
| |
input filename so that opt doesn't print the input filename in the
output so that grep lines in the tests don't unintentionally match
strings in the input filename.
llvm-svn: 81537
|
| |
|
|
|
|
|
|
|
|
| |
loop exit edge -- new PHIs may be needed not only for the additional
splits that are made to preserve LoopSimplify form, but also for the
original split. Factor out the code that inserts new PHIs so that it
can be used for both. Remove LoopRotation.cpp's code for manually
updating LCSSA form, as it is now redundant. This fixes PR4934.
llvm-svn: 81363
|
| |
|
|
| |
llvm-svn: 81227
|
| |
|
|
|
|
| |
of using llvm-as, now that opt supports this.
llvm-svn: 81226
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that get created during loop unswitching, and fix SplitBlockPredecessors'
LCSSA updating code to create new PHIs instead of trying to just move
existing ones.
Also, optimize Loop::verifyLoop, since it gets called a lot. Use
searches on a sorted list of blocks instead of calling the "contains"
function, as is done in other places in the Loop class, since "contains"
does a linear search. Also, don't call verifyLoop from LoopSimplify or
LCSSA, as the PassManager is already calling verifyLoop as part of
LoopInfo's verifyAnalysis.
llvm-svn: 81221
|
| |
|
|
|
|
| |
tests significantly.
llvm-svn: 81101
|
| |
|
|
| |
llvm-svn: 60727
|
| |
|
|
| |
llvm-svn: 60701
|
| |
|
|
| |
llvm-svn: 58631
|
| |
|
|
| |
llvm-svn: 52438
|
| |
|
|
| |
llvm-svn: 51887
|
| |
|
|
| |
llvm-svn: 51349
|
| |
|
|
|
|
| |
renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.
llvm-svn: 51328
|
| |
|
|
| |
llvm-svn: 48538
|
| |
|
|
|
|
|
| |
unswitch when frontier includes basic blocks that
are not inside loop.
llvm-svn: 42654
|
| |
|
|
| |
llvm-svn: 41097
|
| |
|
|
|
|
|
|
| |
exit edge to preserve LCSSA.
Fix dominance frontier update during loop unswitch. This fixes PR 1589, again
llvm-svn: 40737
|
| |
|
|
|
|
|
|
| |
exit edge to preserve LCSSA.
Fix dominance frontier update during loop unswitch. This fixes PR 1589.
llvm-svn: 40695
|
| |
|
|
| |
llvm-svn: 40629
|
| |
|
|
| |
llvm-svn: 40023
|
| |
|
|
| |
llvm-svn: 37801
|
| |
|
|
| |
llvm-svn: 36982
|
| |
|
|
| |
llvm-svn: 36954
|
| |
|
|
| |
llvm-svn: 36953
|
| |
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness.
llvm-svn: 36062
|
| |
|
|
|
|
|
|
| |
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefile and llvm-dg.exp)
instead of touching every single dg.exp file.
llvm-svn: 35918
|
|
|
llvm-svn: 33296
|