[all-commits] [llvm/llvm-project] 93ac81: [NFC][InlineCost] Simplify internal inlining cost ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Dec 19 15:51:31 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 93ac81cc9d2cbd24830125b64156d0a7da206d99
https://github.com/llvm/llvm-project/commit/93ac81cc9d2cbd24830125b64156d0a7da206d99
Author: Mircea Trofin <mtrofin at google.com>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
Log Message:
-----------
[NFC][InlineCost] Simplify internal inlining cost interface
Summary:
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.
Reviewers: davidxl, eraman, Jim
Reviewed By: davidxl
Subscribers: Jim, hiraditya, haicheng, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71645
More information about the All-commits
mailing list