This patch makes it easy to try out different preinlining thresholds
with a command-line switch just like -preinline-threshold for the
legacy pass manager.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D72618
[Inlining] Add PreInlineThreshold for the new pass manager ClosedPublic Authored by kazu on Jan 13 2020, 6:35 AM.
Details Summary This patch makes it easy to try out different preinlining thresholds
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2020, 7:51 AM Closed by commit rG6b686703e63f: [Inlining] Add PreInlineThreshold for the new pass manager (authored by kazu). · Explain WhyJan 13 2020, 8:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 237684 llvm/lib/Passes/PassBuilder.cpp
|