[PATCH] D71645: [llvm] Simplify internal inlining cost interface

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 21:44:16 PST 2019


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

All the use cases of CallAnalyzer use the same call site parameter to
both construct the CallAnalyzer, and then pass to the analysis member.
This change removes this duplication.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71645

Files:
  llvm/lib/Analysis/InlineCost.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71645.234457.patch
Type: text/x-patch
Size: 7285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/2e25364a/attachment.bin>


More information about the llvm-commits mailing list