This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Simplify scavenging in indirectCopyToAGPR
ClosedPublic

Authored by foad on May 17 2023, 6:24 AM.

Details

Reviewers
Pierre-vh
Group Reviewers
Restricted Project
Commits
rG3c0d81d43fd7: [AMDGPU] Simplify scavenging in indirectCopyToAGPR
Summary

This just makes it clearer that we do not want the scavenger to spill
here. NFCI.

Diff Detail

Event Timeline

foad created this revision.May 17 2023, 6:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 6:24 AM
foad requested review of this revision.May 17 2023, 6:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 6:24 AM
foad added inline comments.May 17 2023, 6:24 AM
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
7925

This hunk is just reformatting to add the "AllowSpill" comment for consistency.

Pierre-vh accepted this revision as: Pierre-vh.May 22 2023, 3:48 AM
This revision is now accepted and ready to land.May 22 2023, 3:48 AM
This revision was landed with ongoing or failed builds.May 22 2023, 3:55 AM
This revision was automatically updated to reflect the committed changes.