This is an archive of the discontinued LLVM Phabricator instance.

Revert "[NFC][ScheduleDAG] Remove unused EntrySU SUnit"
ClosedPublic

Authored by pifon2a on Sep 21 2020, 4:22 AM.

Details

Summary

This reverts commit 0345d88de654259ae90494bf9b015416e2cccacb.

Google internal backend uses EntrySU, we are looking into removing dependency on it.

Diff Detail

Event Timeline

pifon2a created this revision.Sep 21 2020, 4:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2020, 4:22 AM
pifon2a requested review of this revision.Sep 21 2020, 4:22 AM
pifon2a updated this revision to Diff 293138.Sep 21 2020, 4:27 AM

Update description.

pifon2a edited the summary of this revision. (Show Details)Sep 21 2020, 4:28 AM
pifon2a added a reviewer: bkramer.
bkramer accepted this revision.Sep 21 2020, 4:29 AM

Ok, let's revert this for now. It's annoying to have a dependency on something that's not used by the in-tree backends, so we need to figure out how to remove it.

This revision is now accepted and ready to land.Sep 21 2020, 4:29 AM
This revision was landed with ongoing or failed builds.Sep 21 2020, 4:34 AM
This revision was automatically updated to reflect the committed changes.
Ka-Ka added a subscriber: Ka-Ka.Sep 21 2020, 6:33 AM