Skip to content
Commit 0c68ae06 authored by Chris Lattner's avatar Chris Lattner
Browse files

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).

llvm-svn: 61027
parent 7ed5ccc5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment