[all-commits] [llvm/llvm-project] 6b6867: [Inlining] Add PreInlineThreshold for the new pass...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 13 08:00:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b686703e63f0e992438ce445cbe4b3e78b94ea4
https://github.com/llvm/llvm-project/commit/6b686703e63f0e992438ce445cbe4b3e78b94ea4
Author: Kazu Hirata <kazu at google.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
[Inlining] Add PreInlineThreshold for the new pass manager
Summary:
This patch makes it easy to try out different preinlining thresholds
with a command-line switch just like -preinline-threshold for the
legacy pass manager.
Reviewers: davidxl
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72618
More information about the All-commits
mailing list