Makes this consistent with the old PM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Other/new-pm-defaults.ll | ||
---|---|---|
117 ↗ | (On Diff #145465) | It is not obvious to me why they get swapped. |
test/Other/new-pm-defaults.ll | ||
---|---|---|
117 ↗ | (On Diff #145465) | Due to the first change in Inliner.cpp - we now need to get the FunctionAnalysisManagerCGSCCProxy earlier than before. It is also accessed later for a different remark, and we don't need to re-run the analysis at that point since we have already done it. |