[PATCH] D81743: InlineCostAnnotationPrinterPass - Introducing the pass

Kirill Naumov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 08:03:27 PDT 2020


knaumov added a comment.

A question to @mtrofin:
I have changed the creation of InlineParams from

  const InlineParams Params = llvm::getInlineParams();

which invokes the creation of InlineParams with DefaultThreshold to

  const InlineParams Params = llvm::getInlineParams(InlineThreshold);

Is this correct?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81743/new/

https://reviews.llvm.org/D81743





More information about the llvm-commits mailing list