[PATCH] D77817: [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:32:27 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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77817
Files:
llvm/include/llvm/Transforms/IPO/Inliner.h
llvm/lib/Transforms/IPO/Inliner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77817.256343.patch
Type: text/x-patch
Size: 16604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/da55d4ec/attachment.bin>
More information about the llvm-commits
mailing list