[PATCH] D82572: [CallGraph] Add support for callback call sites
Sergey Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 14:05:29 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcb8faaacb52c: [CallGraph] Add support for callback call sites (authored by sdmitriev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82572/new/
https://reviews.llvm.org/D82572
Files:
llvm/include/llvm/Analysis/CallGraph.h
llvm/include/llvm/IR/AbstractCallSite.h
llvm/lib/Analysis/CallGraph.cpp
llvm/lib/Analysis/CallGraphSCCPass.cpp
llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/test/Analysis/CallGraph/callback-calls.ll
llvm/test/Analysis/CallGraph/non-leaf-intrinsics.ll
llvm/test/Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll
llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
llvm/test/Transforms/Attributor/callbacks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82572.274915.patch
Type: text/x-patch
Size: 22066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/82b43caa/attachment.bin>
More information about the llvm-commits
mailing list