[PATCH] D115497: [Inline] Disable deferred inlining

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 10:12:52 PST 2021


kazu added a comment.

Can you achieve the same effect with `-mllvm -inline-deferral-scale=0`?  If so, I would be inclined to keeping the mechanism as is for now.

As Mircea suggests, I am OK with disabling it by default after some benchmarking.  We could even remove it altogether if nobody complains for a while.


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

https://reviews.llvm.org/D115497



More information about the llvm-commits mailing list