This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Avoid RegScavenger::forward in copyPhysReg/indirectCopyToAGPR
ClosedPublic

Authored by foad on May 15 2023, 6:48 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, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 6:48 AM
foad requested review of this revision.May 15 2023, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 6:48 AM
arsenm requested changes to this revision.May 16 2023, 7:41 AM
This revision now requires changes to proceed.May 16 2023, 7:41 AM
arsenm accepted this revision.May 16 2023, 7:41 AM
This revision is now accepted and ready to land.May 16 2023, 7:41 AM
This revision was landed with ongoing or failed builds.May 16 2023, 7:54 AM
This revision was automatically updated to reflect the committed changes.