[PATCH] D21007: DSE: Don't remove stores made live by a call which unwinds.

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 24 14:14:46 PDT 2016


eli.friedman updated this revision to Diff 65278.
eli.friedman added a comment.

Don't use PointerMayBeCapturedBefore. Add some comments.


https://reviews.llvm.org/D21007

Files:
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  test/Transforms/DeadStoreElimination/free.ll
  test/Transforms/DeadStoreElimination/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21007.65278.patch
Type: text/x-patch
Size: 10320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160724/fb6186e5/attachment.bin>


More information about the llvm-commits mailing list