[all-commits] [llvm/llvm-project] 11046e: [llvm][NFC] Factored the default inlining advice
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Jul 13 12:28:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11046ef69e3e9ec3ae9f5f4caadf965b7f1e22c8
https://github.com/llvm/llvm-project/commit/11046ef69e3e9ec3ae9f5f4caadf965b7f1e22c8
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M llvm/lib/Analysis/InlineAdvisor.cpp
Log Message:
-----------
[llvm][NFC] Factored the default inlining advice
This is in preparation for the 'development' mode advisor. We currently
want to track what the default policy's decision would have been, this
refactoring makes it easier to do that.
More information about the All-commits
mailing list