[PATCH] D82572: [CallGraph] Add support for callback call sites

Sergey Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 28 20:52:20 PDT 2020


sdmitriev updated this revision to Diff 273992.
sdmitriev added a comment.

Rebase after committing NFC patch (D82686 <https://reviews.llvm.org/D82686>).


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.273992.patch
Type: text/x-patch
Size: 22066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200629/4ae5fff9/attachment-0001.bin>


More information about the llvm-commits mailing list