llvm-6502/lib
Bob Wilson 70704978af When GVN needs to split critical edges for load PRE, check all of the
predecessors before returning.  Otherwise, if multiple predecessor edges need
splitting, we only get one of them per iteration.  This makes a small but
measurable compile time improvement with -enable-full-load-pre.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97521 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-01 23:37:32 +00:00
..
Analysis Update CMake build. 2010-03-01 19:42:47 +00:00
Archive
AsmParser
Bitcode
CodeGen remove all but one version of SelectionDAG::MorphNodeTo 2010-03-01 22:20:05 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Don't potentially read past the end of the fill data when making a NaN from 2010-03-01 18:38:45 +00:00
System
Target remove a little hack I did for the old isel, not needed 2010-03-01 22:51:11 +00:00
Transforms When GVN needs to split critical edges for load PRE, check all of the 2010-03-01 23:37:32 +00:00
VMCore Don't print "Modified" for passes which haven't modified anything. 2010-03-01 17:34:28 +00:00
Makefile