Dropping the names of invokes will lead to loss
of information possibly leading to inlining of
cold calls unnecessarily.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26892 Build 26891: arc lint + arc unit
Event Timeline
lib/Transforms/IPO/SampleProfile.cpp | ||
---|---|---|
664 | CallSite(&Inst).getCalledFunction() might be easier to read here. |
Comment Actions
(Looks reasonable to me. I haven't really touched this code, so it'd help if another review could +1 the change.)
CallSite(&Inst).getCalledFunction() might be easier to read here.