Commit c42db21
committed
[SystemZ] Remove getInliningThresholdMultiplier() override
Using this TTI hook is only appropriate for GPU targets that need
to maximally flatten all functions.
The inlining threshold multiplier should not be increased for
ordinary targets -- while this may increase benchmark scores, it
can also result in large code size increases and runaway inlining,
resulting in build OOM/timeouts.1 parent 5d28678 commit c42db21
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments