This is an archive of the discontinued LLVM Phabricator instance.

[MachineTraceMetrics][NFC] Move Strategy enum out of the class
ClosedPublic

Authored by asi-sc on Dec 22 2022, 2:53 AM.

Details

Summary

Make forward declaration possible to reduce amount of dependencies and reduce
re-compilation burden caused by further patches.

Diff Detail

Event Timeline

asi-sc created this revision.Dec 22 2022, 2:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 2:53 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
asi-sc requested review of this revision.Dec 22 2022, 2:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 2:53 AM
asi-sc updated this revision to Diff 484787.Dec 22 2022, 3:22 AM

Forgot to change enum name in MachineCombiner. Fixed

spatel accepted this revision.Feb 6 2023, 5:07 AM

LGTM

This revision is now accepted and ready to land.Feb 6 2023, 5:07 AM
This revision was landed with ongoing or failed builds.Feb 14 2023, 5:42 AM
This revision was automatically updated to reflect the committed changes.