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
Force inclusion of lambdas and local functions as opt candidates
An alternative "fix" would be to import these on demand during inlining
discovery, but that would miss early optimizations (like SSA promotion),
which wouldn't make much up for inlining.
Closes#27
0 commit comments