[PATCH] D77816: [llvm][NFC] Replace CallSite with CallBase in Inliner

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 11:31:29 PDT 2020


mtrofin created this revision.
Herald added subscribers: llvm-commits, hiraditya, eraman.
Herald added a project: LLVM.

*Almost* all uses are replaced. Left FIXMEs for the two sites that
require refactoring outside of Inliner, to scope this patch.

Depends on D77762 <https://reviews.llvm.org/D77762>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77816

Files:
  llvm/include/llvm/Transforms/IPO/Inliner.h
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77816.256342.patch
Type: text/x-patch
Size: 16604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/675d04a2/attachment-0001.bin>


More information about the llvm-commits mailing list