[PATCH] D85547: [Attributor] Provide an edge-based interface in AAIsDead
Shinji Okumura via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 15:52:43 PDT 2020
okura updated this revision to Diff 284077.
okura added a comment.
- change interface to return an iterator corresponds to the next live successor
- make cache for edges in `AAIsDeadFunction`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85547/new/
https://reviews.llvm.org/D85547
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85547.284077.patch
Type: text/x-patch
Size: 5846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200807/e3479459/attachment.bin>
More information about the llvm-commits
mailing list