This is an archive of the discontinued LLVM Phabricator instance.

[MCA] Remove dependency on CodeGen.
ClosedPublic

Authored by orodley on Sep 19 2018, 11:34 PM.

Details

Summary

There isn't any actual dependency - there's one #include from CodeGen
but nothing from the header is actually used.

With this change we can use the MCA library from CodeGen without
circular dependencies (e.g. for scheduling).

Diff Detail

Repository
rL LLVM

Event Timeline

orodley created this revision.Sep 19 2018, 11:34 PM
orodley edited the summary of this revision. (Show Details)Sep 19 2018, 11:34 PM
andreadb accepted this revision.Sep 20 2018, 12:48 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Sep 20 2018, 12:48 AM
This revision was automatically updated to reflect the committed changes.