This is an archive of the discontinued LLVM Phabricator instance.

[ScheduleDAGInstrs] Call adjustSchedDependency in more cases
ClosedPublic

Authored by foad on Oct 22 2021, 4:31 AM.

Details

Summary

This removes a condition and the corresponding FIXME comment, because
the Hexagon assertion it refers to has apparently been fixed, probably
by D76134.

NFCI. This just gives targets the opportunity to adjust latencies that
were set to 0 by the generic code because they involve "implicit pseudo"
operands.

Diff Detail

Event Timeline

foad created this revision.Oct 22 2021, 4:31 AM
foad requested review of this revision.Oct 22 2021, 4:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 4:31 AM
This revision is now accepted and ready to land.Oct 22 2021, 10:15 AM
This revision was landed with ongoing or failed builds.Oct 22 2021, 12:15 PM
This revision was automatically updated to reflect the committed changes.