[PATCH] D42087: [DSE] Improve handling of noop stores exposed after dead interfering stores are removed

Sam Conrad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 18:05:27 PST 2018


sameconrad updated this revision to Diff 130340.
sameconrad added a comment.

Updated to call lambda manually, which seems like the simplest solution.  Will work on some benchmark results, I don't have any offhand.


https://reviews.llvm.org/D42087

Files:
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  test/Transforms/DeadStoreElimination/late-noop.ll
  test/Transforms/DeadStoreElimination/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42087.130340.patch
Type: text/x-patch
Size: 4913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/f08ab99b/attachment.bin>


More information about the llvm-commits mailing list