[PATCH] D90328: Eliminates dead store of an exisiting value

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 02:34:42 PST 2021


fhahn updated this revision to Diff 316601.
fhahn added a comment.

Updated to skip self-reads and simplified the code a bit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90328

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/Transforms/DeadStoreElimination/MSSA/stores-of-existing-values.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90328.316601.patch
Type: text/x-patch
Size: 4999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/e699f219/attachment.bin>


More information about the llvm-commits mailing list