[all-commits] [llvm/llvm-project] e82eff: [llvm][NFC] Factor some common data in InlineAdvice
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Jun 11 08:01:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e82eff7a03b0785c5a295d048516fd7a6634fee5
https://github.com/llvm/llvm-project/commit/e82eff7a03b0785c5a295d048516fd7a6634fee5
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/InlineAdvisor.h
M llvm/lib/Analysis/InlineAdvisor.cpp
Log Message:
-----------
[llvm][NFC] Factor some common data in InlineAdvice
Summary:
Other derivations will all want to emit optimization remarks and, as
part of that, use debug info.
Additionally, drive-by const-ing.
Reviewers: davidxl, dblaikie
Subscribers: aprantl, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81507
More information about the All-commits
mailing list