[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 14:45:01 PDT 2020


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

One more fix for pre-merge check issues.


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.273523.patch
Type: text/x-patch
Size: 22685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/4bcbb9d8/attachment.bin>


More information about the llvm-commits mailing list