[PATCH] D60412: [CallSite removal] Move the legacy PM, call graph, and some inliner code to `CallBase`.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 08:52:48 PDT 2019


chandlerc created this revision.
chandlerc added a reviewer: fedor.sergeev.
Herald added subscribers: hiraditya, eraman, mcrosier.
Herald added a project: LLVM.

This patch focuses on the legacy PM, call graph, and some of inliner and legacy
passes interacting with those APIs from `CallSite` to the new `CallBase` class.
No interesting changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60412

Files:
  llvm/include/llvm/Analysis/CallGraph.h
  llvm/lib/Analysis/CallGraph.cpp
  llvm/lib/Analysis/CallGraphSCCPass.cpp
  llvm/lib/Transforms/Coroutines/Coroutines.cpp
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/PruneEH.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60412.194156.patch
Type: text/x-patch
Size: 17162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/6a744639/attachment.bin>


More information about the llvm-commits mailing list