This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use SOP_Pseudo more consistently. NFC.
ClosedPublic

Authored by foad on Dec 7 2022, 3:31 AM.

Details

Reviewers
dp
Group Reviewers
Restricted Project
Commits
rG632118a090ac: [AMDGPU] Use SOP_Pseudo more consistently. NFC.
Summary

SOPK_Pseudo was not inheriting from SOP_Pseudo at all, and some other
Pseudo classes were needlessly redefining things that were already
defined by SOP_Pseudo.

Diff Detail

Event Timeline

foad created this revision.Dec 7 2022, 3:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 3:31 AM
foad requested review of this revision.Dec 7 2022, 3:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 3:31 AM
dp accepted this revision.Dec 7 2022, 4:11 AM

LGTM.

This revision is now accepted and ready to land.Dec 7 2022, 4:11 AM
This revision was landed with ongoing or failed builds.Dec 7 2022, 4:59 AM
This revision was automatically updated to reflect the committed changes.