[PATCH] D68008: [Attributor] Use abstract call sites to determine associated arguments
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 23:21:49 PDT 2019
jdoerfert created this revision.
jdoerfert added reviewers: sstefan1, uenoku.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.
This is the second step after D67871 <https://reviews.llvm.org/D67871> to make use of abstract call sites.
In this patch the argument we associate with a abstract call site
argument can be the one in the callback callee instead of the one in the
callback broker.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68008
Files:
llvm/include/llvm/IR/CallSite.h
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/IR/AbstractCallSite.cpp
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/FunctionAttrs/callbacks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68008.221673.patch
Type: text/x-patch
Size: 8980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190925/5aace941/attachment.bin>
More information about the llvm-commits
mailing list