This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Avoid RegScavenger::forward in Mips16InstrInfo
ClosedPublic

Authored by foad on May 15 2023, 5:22 AM.

Details

Summary

RegScavenger::backward is preferred because it does not rely on accurate
kill flags.

Diff Detail

Event Timeline

foad created this revision.May 15 2023, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 5:22 AM
foad requested review of this revision.May 15 2023, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 5:22 AM
arsenm accepted this revision.May 23 2023, 3:23 AM
This revision is now accepted and ready to land.May 23 2023, 3:23 AM
This revision was landed with ongoing or failed builds.May 23 2023, 3:27 AM
This revision was automatically updated to reflect the committed changes.