This refactors the change in r282616
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Analysis/ProfileSummaryInfo.cpp | ||
---|---|---|
137 | Can you also have ProfileSummaryInfo take and store a reference again please? |
Comment Actions
Something to keep in mind, there's no doInitialization/doFinalization equivalent in the new PM so this needs to use a different mechanism when the inliner will be ported.
Comment Actions
So what's the call? Shall we keep the original implementation to accommodate new pass manager or keep the refactored version?
Thanks,
Dehao
Can you also have ProfileSummaryInfo take and store a reference again please?