[PATCH] D60636: [CallSite removal] move InlineCost to CallBase usage

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 15:00:37 PDT 2019


fedor.sergeev created this revision.
fedor.sergeev added reviewers: chandlerc, reames.
Herald added subscribers: haicheng, hiraditya, eraman, nhaehnle, jvesely, arsenm.
Herald added a project: LLVM.

Converting InlineCost interface and its internals into CallBase usage.
Inliners themselves are still not converted.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60636

Files:
  llvm/include/llvm/Analysis/InlineCost.h
  llvm/lib/Analysis/InlineCost.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
  llvm/lib/Transforms/IPO/InlineSimple.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/PartialInlining.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60636.194967.patch
Type: text/x-patch
Size: 30391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/bd2bb35a/attachment-0001.bin>


More information about the llvm-commits mailing list