[PATCH] D77736: [DSE] Lift post-dominance for objs not accessible in caller.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 11:53:03 PDT 2020


fhahn updated this revision to Diff 257043.
fhahn marked 3 inline comments as done.
fhahn added a comment.

In D77736#1975209 <https://reviews.llvm.org/D77736#1975209>, @george.burgess.iv wrote:

> Thanks for this!
>
> Just a few nits. Idea and implementation looks fine to me otherwise


Should be addressed, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77736/new/

https://reviews.llvm.org/D77736

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/Transforms/DeadStoreElimination/MSSA/memset-unknown-sizes.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-malloc-free.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-memintrinsics.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77736.257043.patch
Type: text/x-patch
Size: 15361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/69ee9389/attachment.bin>


More information about the llvm-commits mailing list