[PATCH] D86565: [Attributor] Do not manifest noundef for dead positions
Shinji Okumura via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 13:28:41 PDT 2020
okura updated this revision to Diff 288442.
okura added a comment.
Delete AAIsDead query before manifestation because other patches (D86635 <https://reviews.llvm.org/D86635>, D86734 <https://reviews.llvm.org/D86734>) make it possible to query new AAs in `manifest`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86565/new/
https://reviews.llvm.org/D86565
Files:
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/Transforms/Attributor/ArgumentPromotion/inalloca.ll
llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
llvm/test/Transforms/Attributor/IPConstantProp/thread_local_acs.ll
llvm/test/Transforms/Attributor/misc_crash.ll
llvm/test/Transforms/Attributor/noundef.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86565.288442.patch
Type: text/x-patch
Size: 11060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/79c07fc8/attachment.bin>
More information about the llvm-commits
mailing list