Commit cc4593f
Diptorup Deb
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.1 parent a1c3691 commit cc4593f
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments