[PATCH] D66207: [Attributor] Add CallSiteArgument and Argument AbstractAttribute for noalias
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 04:59:02 PDT 2019
uenoku marked an inline comment as done.
uenoku added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:1375
+ };
+ if (!A.checkForAllCallSites(CallSiteCheck, *this, true))
+ return indicatePessimisticFixpoint();
----------------
sstefan1 wrote:
> It looks like this is not the latest version of checkForAllCallSites. Now it also takes a function as a parameter.
I created this patch based on D65977. In that patch, the interface will be changed. I forgot to say it, sorry.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66207/new/
https://reviews.llvm.org/D66207
More information about the llvm-commits
mailing list