[PATCH] D26848: [PATCH] Reduce inline thresholds to compensate for cost changes
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 09:20:19 PST 2016
davidxl added inline comments.
================
Comment at: include/llvm/Analysis/InlineCost.h:39
/// Use when -O3 is specified.
-const int OptAggressiveThreshold = 275;
+const int OptAggressiveThreshold = 250;
----------------
Any reason to reduce O3 threshold?
Repository:
rL LLVM
https://reviews.llvm.org/D26848
More information about the llvm-commits
mailing list