[PATCH] D40480: MemorySSA backed Dead Store Elimination.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 06:31:00 PST 2017


dmgreen updated this revision to Diff 125941.
dmgreen edited the summary of this revision.
dmgreen added a comment.

New changes. Including changing some of how maythrows are handled, some extra comments and some optimisations for slow operations.


https://reviews.llvm.org/D40480

Files:
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  test/Transforms/DeadStoreElimination/merge-stores-big-endian.ll
  test/Transforms/DeadStoreElimination/merge-stores.ll
  test/Transforms/DeadStoreElimination/multiblock.ll
  test/Transforms/DeadStoreElimination/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40480.125941.patch
Type: text/x-patch
Size: 58557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/2a1e30dd/attachment.bin>


More information about the llvm-commits mailing list