[PATCH] D115904: [DSE] Remove calls with known writes to dead memory
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 17 12:33:22 PST 2021
reames updated this revision to Diff 395199.
reames added a comment.
Incorporate review comments.
Note: I tried removing the libfunc block, but that caused a test failure. I suspect there's just some attributes in the test which need updated, but I'd prefer to do that as a follow up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115904/new/
https://reviews.llvm.org/D115904
Files:
llvm/lib/Analysis/MemoryLocation.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115904.395199.patch
Type: text/x-patch
Size: 4109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211217/60f73ddd/attachment.bin>
More information about the llvm-commits
mailing list