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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:33:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL314206: [DSE] Merge stores when the later store only writes to memory locations theā€¦ (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D30703?vs=116562&id=116718#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30703

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30703.116718.patch
Type: text/x-patch
Size: 24205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170926/2d5e0ecf/attachment.bin>


More information about the llvm-commits mailing list