[PATCH] D109280: [WIP][DSE] Memory intrinsics like memset, memcpy, memmove are removed if they are overwritten by a store in a loop
Daniil Seredkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 20:20:53 PDT 2021
vdsered updated this revision to Diff 371495.
vdsered added a comment.
Herald added subscribers: kerbowa, nhaehnle, jvesely.
Rebase + fixed opt-pipeline.ll tests for AMDGPU
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109280/new/
https://reviews.llvm.org/D109280
Files:
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
llvm/test/Transforms/DeadStoreElimination/loop-variant-store-and-dom-memory-intrinsic.ll
llvm/test/Transforms/DeadStoreElimination/loop-variant-store-and-post-dom-memory-intrinsic.ll
llvm/test/Transforms/DeadStoreElimination/loop-variant-store-negative-tests.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109280.371495.patch
Type: text/x-patch
Size: 58140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/8c67c328/attachment.bin>
More information about the llvm-commits
mailing list