llvm-6502/lib/CodeGen/InstrSelection
Vikram S. Adve cf911de3c6 Significant improvement: GEP used by a load or store no longer generates
a separate ADD; instead just use the indexed load/store instruction!
Also, a bug fix: folding a GEP with a leading non-zero index with
its predecessor was incorrect: now it only happens if the predecessor
is pointing to an indexable type (aka SequentialType).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4168 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-14 16:30:55 +00:00
..
InstrForest.cpp Use newly-added type inspection support in InstTreeNode subclasses. 2002-08-24 21:02:09 +00:00
InstrSelection.cpp Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't 2002-09-08 21:19:29 +00:00
InstrSelectionSupport.cpp Significant improvement: GEP used by a load or store no longer generates 2002-10-14 16:30:55 +00:00
Makefile Remove source list. 2001-08-28 23:16:59 +00:00