You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the inlining_threshold in PassManagerBuilder conditionally.
- The PassManagerBuilder's inlining_threshold property is set only when
inline_threshold is g.t. 0. Doing otherwise, *i.e.*, setting the
pmb.inlining_threshold to 0 will lead to at minimum `alwaysinline`
pass to run.
0 commit comments