diff options
| author | Dan Gohman <gohman@apple.com> | 2009-10-26 19:12:14 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-10-26 19:12:14 +0000 |
| commit | 6a1d9eace94f9e96a0003bd4b97559c3d1ea879d (patch) | |
| tree | 9a9225f8a73ed23d51caffb5087ce4717783d1c6 /llvm/lib/CodeGen | |
| parent | 6b16b5e741a55ae356ec711fe687dba93b51cae4 (diff) | |
| download | bcm5719-llvm-6a1d9eace94f9e96a0003bd4b97559c3d1ea879d.tar.gz bcm5719-llvm-6a1d9eace94f9e96a0003bd4b97559c3d1ea879d.zip | |
Check in the experimental GEP splitter pass. This pass splits complex
GEPs (more than one non-zero index) into simple GEPs (at most one
non-zero index). In some simple experiments using this it's not
uncommon to see 3% overall code size wins, because it exposes
redundancies that can be eliminated, however it's tricky to use
because instcombine aggressively undoes the work that this pass does.
llvm-svn: 85144
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions

