Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Passes/PassBuilder.cpp | ||
---|---|---|
504–507 ↗ | (On Diff #97518) | Please add a comment explanining why we require it. |
Comment Actions
This is reasonable. Did you get failures because the profile info weren't available in the inliner?
Comment Actions
I've added a test case for this which verifies that hot callsite threshold is applied with the default O2 pipeline. I don't see any other similar instances (running with the full O2 pipeline and checking the transformation has happened) but I hope this is fine.
Comment Actions
LGTM, excited! (But if you can, maybe wait for davide to confirm this is what he was looking for?)