diff options
author | Chris Lattner <sabre@nondot.org> | 2008-12-15 05:28:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-12-15 05:28:29 +0000 |
commit | cd4271d9b7544541168d37744fbc13cb70cbc978 (patch) | |
tree | 753768a5b0ca524696f1759720ac467a36315f90 /test/Transforms/GVN | |
parent | d642187dfc4dc366bacee04d9f6c624034065925 (diff) | |
download | external_llvm-cd4271d9b7544541168d37744fbc13cb70cbc978.zip external_llvm-cd4271d9b7544541168d37744fbc13cb70cbc978.tar.gz external_llvm-cd4271d9b7544541168d37744fbc13cb70cbc978.tar.bz2 |
Enable Load PRE. This teaches GVN to push partially redundant loads up the
CFG when there is exactly one predecessor where the load is not available.
This is designed to not increase code size but still eliminate partially
redundant loads. This fires 1765 times on 403.gcc even though it doesn't
do critical edge splitting yet (the most common reason for it to fail).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
0 files changed, 0 insertions, 0 deletions