[PATCH] D82572: [CallGraph] Add support for callback call sites
Sergey Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 10:14:17 PDT 2020
sdmitriev updated this revision to Diff 273423.
sdmitriev added a comment.
Fixed 'clang-format' issue reported by pre-merge checks.
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.273423.patch
Type: text/x-patch
Size: 22706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/dddc5496/attachment-0001.bin>
More information about the llvm-commits
mailing list