[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
Fri Aug 4 05:29:26 PDT 2017


This revision was automatically updated to reflect the committed changes.
filcab marked an inline comment as done.
Closed by commit rL310055: [DSE] Merge stores when the later store only writes to memory locations theā€¦ (authored by filcab).

Changed prior to commit:
  https://reviews.llvm.org/D30703?vs=108928&id=109719#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.109719.patch
Type: text/x-patch
Size: 23749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170804/1bff4ecd/attachment.bin>


More information about the llvm-commits mailing list