[PATCH] D78730: [llvm][NFC] Add an explicit 'ComputeFullInlineCost' API
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 14:07:08 PDT 2020
mtrofin added a comment.
In D78730#2002590 <https://reviews.llvm.org/D78730#2002590>, @davidxl wrote:
> Perhaps add a 'ignoreThreshold' state in InlineCostANalyzer then? IgnoreThreshold implies 'ComputeFullCost' and will be honored by the finalize Method.
That's simpler, indeed. Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78730/new/
https://reviews.llvm.org/D78730
More information about the llvm-commits
mailing list