llvm-6502/lib/Transforms
Owen Anderson 35bf4d6d80 Second attempt at fixing the performance regressions introduced
by my recent GVN improvement.  Looking through a single layer of
PHI nodes when attempting to sink GEPs, we need to iteratively
look through arbitrary PHI nests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120202 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-27 08:15:55 +00:00
..
Hello
InstCombine Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. 2010-11-23 20:42:39 +00:00
Instrumentation
IPO Add helper functions for computing the Location of load, store, 2010-11-11 21:50:19 +00:00
Scalar Second attempt at fixing the performance regressions introduced 2010-11-27 08:15:55 +00:00
Utils Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction 2010-11-23 20:26:33 +00:00
Makefile