Add includes a small NFC change (to use hasAddressTaken).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/IPO/PartialInlining.cpp | ||
---|---|---|
32 ↗ | (On Diff #96271) | This is used in -Rpass=<pass_name> for consistency. 'partialinlining' does not look like a friendly name to use. |
Comment Actions
It looks like you're missing the PM glue for requiring the analysis.
AU.addRequired<OptimizationRemarkEmitterWrapperPass>();, et similia (slightly annoying as we have to do that twice for the current and the future pass manager).
lib/Transforms/IPO/PartialInlining.cpp | ||
---|---|---|
32 ↗ | (On Diff #96290) | Please use partial-inlining (we almost always use dashes, not underscores, in these names). |