This is an archive of the discontinued LLVM Phabricator instance.

[MBFI] Move BranchFolding::MBFIWrapper to its own files. NFC.
ClosedPublic

Authored by hjyamauchi on Jan 27 2020, 10:18 AM.

Details

Summary

To avoid header file circular dependency issues in passing updated MBFI (in
MBFIWrapper) to the interface of profile guided size optimizations.

A prep step for (and split off of) D73381.

Diff Detail

Event Timeline

hjyamauchi created this revision.Jan 27 2020, 10:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2020, 10:18 AM
davidxl accepted this revision.Jan 28 2020, 9:27 AM

lgtm

This revision is now accepted and ready to land.Jan 28 2020, 9:27 AM
This revision was automatically updated to reflect the committed changes.