summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-28 14:54:10 +0000
committerChris Lattner <sabre@nondot.org>2009-11-28 14:54:10 +0000
commitaf7a28939eb72258fef61398b53b4f3a24c1541f (patch)
tree61fb2af0887a7707bccdf883ad7154a9fbc69eb7 /test/Transforms/DeadStoreElimination
parent971fd57f7d8f6496c5170499ac40ddee538488b3 (diff)
downloadllvm-af7a28939eb72258fef61398b53b4f3a24c1541f.tar.gz
llvm-af7a28939eb72258fef61398b53b4f3a24c1541f.tar.bz2
llvm-af7a28939eb72258fef61398b53b4f3a24c1541f.tar.xz
enable code to handle un-phi-translatable cases more aggressively:
if we don't have an address expression available in a predecessor, then model this as the value being clobbered at the end of the pred block instead of being modeled as a complete phi translation failure. This is important for PRE of loads because we want to see that the load is available in all but this predecessor, and complete phi translation failure results in not getting any information about predecessors. This doesn't do anything until I renable code insertion since PRE now sees that it is available in all but one predecessors, but can't insert the addressing in the predecessor that is missing it to eliminate the redundancy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DeadStoreElimination')
0 files changed, 0 insertions, 0 deletions