[all-commits] [llvm/llvm-project] 14a16f: [llvm][NFC] Rename CallAnalyzer::onCommonInstructi...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Jan 29 21:16:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 14a16fae434a86890546e5e0364086e231e7667e
https://github.com/llvm/llvm-project/commit/14a16fae434a86890546e5e0364086e231e7667e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
Log Message:
-----------
[llvm][NFC] Rename CallAnalyzer::onCommonInstructionSimplification
Summary:
It is called when instructions aren't simplified, and the implementation
is expected to account for a penalty. Renamed to
onCommonInstructionMissedSimplification.
Reviewers: davidxl, eraman
Reviewed By: davidxl
Subscribers: hiraditya, baloghadamsoftware, haicheng, a.sidorin, Szelethus, donat.nagy, dkrupp, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73662
More information about the All-commits
mailing list