This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Avoid RegScavenger::forward in RISCVMakeCompressibleOpt
ClosedPublic

Authored by foad on May 15 2023, 5:50 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:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 5:50 AM
foad requested review of this revision.May 15 2023, 5:50 AM
This revision is now accepted and ready to land.May 15 2023, 2:18 PM
This revision was landed with ongoing or failed builds.May 16 2023, 1:13 AM
This revision was automatically updated to reflect the committed changes.