Try again at r138809 (make DSE more aggressive in removing dead stores at the end...
authorOwen Anderson <resistor@mac.com>
Tue, 6 Sep 2011 18:14:09 +0000 (18:14 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 6 Sep 2011 18:14:09 +0000 (18:14 +0000)
commit81856f7313cb8cd64e0c3746ebcc3337ade9e5ee
tree04d935403a064925389bf0e6791cf9d1370b5555
parent9b0e1e7a5b5a51fca3a86315a72d2bd49334436b
Try again at r138809 (make DSE more aggressive in removing dead stores at the end of a function), now with less deleting stores before memcpy's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp
test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll [new file with mode: 0644]