This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Make use of !listremove. NFCI.
ClosedPublic

Authored by foad on Dec 12 2022, 3:32 AM.

Details

Reviewers
Joe_Nash
RKSimon
arsenm
Group Reviewers
Restricted Project
Commits
rG81084bfa2c3c: [AMDGPU] Make use of !listremove. NFCI.
Summary

This only affects the order of implicit operands in some MIR tests.

Diff Detail

Event Timeline

foad created this revision.Dec 12 2022, 3:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:32 AM
foad requested review of this revision.Dec 12 2022, 3:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:32 AM

Nice use case!

arsenm accepted this revision.Dec 12 2022, 7:54 AM
arsenm added inline comments.
llvm/test/CodeGen/AMDGPU/vopd-combine.mir
41

I did want to try to consistently keep $exec last

This revision is now accepted and ready to land.Dec 12 2022, 7:54 AM
This revision was automatically updated to reflect the committed changes.