aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-15 05:28:29 +0000
committerChris Lattner <sabre@nondot.org>2008-12-15 05:28:29 +0000
commit0c68ae06038c6ccd6bd7395f1576d7ac3210a9fc (patch)
tree255222c3d69b3d8d1ae53bfd8b0264a290815ca8 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent7ed5ccc51744ba988fbfa7b7af937ad1eb3e1ec1 (diff)
downloadllvm-0c68ae06038c6ccd6bd7395f1576d7ac3210a9fc.zip
llvm-0c68ae06038c6ccd6bd7395f1576d7ac3210a9fc.tar.gz
llvm-0c68ae06038c6ccd6bd7395f1576d7ac3210a9fc.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). llvm-svn: 61027
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions