Reduce min percent required for indirect call promotion from 33% to 30%,
which matches gcc's threshold and catches the same hot opportunities.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
this looks fine.
In the longer run, we should hook up the inline cost analysis with the icall promotion to compute the benefit of the promotion more quantitatively -- which can allow bumping down the threshold adaptively.