[PATCH] D11854: DeadStoreElimination: remove a redundant store even if the load is in a different block.
Erik Eckstein via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 16:22:00 PDT 2015
eeckstein updated this revision to Diff 31999.
eeckstein added a comment.
Here is an updated version with a bug fix in MemoryIsNotModifiedBetween.
I also added a few tests.
I plan to commit it tomorrow unless anyone has additional comments on the update.
Thanks,
Erik
http://reviews.llvm.org/D11854
Files:
lib/Transforms/Scalar/DeadStoreElimination.cpp
test/Transforms/DeadStoreElimination/simple.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11854.31999.patch
Type: text/x-patch
Size: 8246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150812/1aa3bf57/attachment.bin>
More information about the llvm-commits
mailing list