This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Simplify SMEM Real instruction definitions. NFC.
ClosedPublic

Authored by foad on Mar 17 2023, 11:02 AM.

Details

Summary

Only override InOperandList when the Real instruction needs a different
type for $offset than the Pseudo.

Diff Detail

Event Timeline

foad created this revision.Mar 17 2023, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 11:02 AM
foad requested review of this revision.Mar 17 2023, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 11:02 AM
arsenm accepted this revision.Mar 17 2023, 11:04 AM
This revision is now accepted and ready to land.Mar 17 2023, 11:04 AM
This revision was landed with ongoing or failed builds.Mar 17 2023, 11:05 AM
This revision was automatically updated to reflect the committed changes.
kosarev added inline comments.Mar 17 2023, 11:06 AM
llvm/lib/Target/AMDGPU/SMInstructions.td
973

Looks like no need for the curly braces anymore?

foad added inline comments.Mar 17 2023, 11:09 AM
llvm/lib/Target/AMDGPU/SMInstructions.td
973