[PATCH] D30703: [DSE] Merge stores when the later store only writes to memory locations the early store also wrote to.

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 10:55:31 PST 2017


filcab updated this revision to Diff 91053.
filcab added a comment.

Removed unneeded tests and disabled the new optimization in the old tests.


https://reviews.llvm.org/D30703

Files:
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  test/Transforms/DeadStoreElimination/PartialStore.ll
  test/Transforms/DeadStoreElimination/combined-partial-overwrites.ll
  test/Transforms/DeadStoreElimination/merge-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30703.91053.patch
Type: text/x-patch
Size: 12596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170308/7eeaf365/attachment.bin>


More information about the llvm-commits mailing list