[PATCH] D109280: [WIP][DSE] Remove memset that is overwritten by a store in a loop

Daniil Seredkin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 03:16:38 PDT 2022


vdsered updated this revision to Diff 450613.
vdsered retitled this revision from "[WIP][DSE] Memory intrinsics like memset, memcpy, memmove are removed if they are overwritten by a store in a loop" to "[WIP][DSE] Remove memset that is overwritten by a store in a loop".
vdsered edited the summary of this revision.
vdsered added a comment.
Herald added a project: All.

- Rebase
- Simplified this patch




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

https://reviews.llvm.org/D109280

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/Transforms/DeadStoreElimination/loop-variant-store-complete-overwrite.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109280.450613.patch
Type: text/x-patch
Size: 21290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220807/6cc292a0/attachment.bin>


More information about the llvm-commits mailing list