diff options
author | Jay Foad <jay.foad@amd.com> | 2023-03-30 17:31:33 +0100 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2023-03-31 15:00:30 +0100 |
commit | bdf52b5dfe4c9d1074e51cd432c5364d8e69462a (patch) | |
tree | b9c02a673daf1b9c383327fe779304b994b75c00 /llvm/lib/CodeGen/CommandFlags.cpp | |
parent | 8bad806f298c4ddc476c708ece0664e21924ba41 (diff) | |
download | llvm-bdf52b5dfe4c9d1074e51cd432c5364d8e69462a.zip llvm-bdf52b5dfe4c9d1074e51cd432c5364d8e69462a.tar.gz llvm-bdf52b5dfe4c9d1074e51cd432c5364d8e69462a.tar.bz2 |
[AMDGPU] Don't bother to use OffsetMode to define Real SMEM instructions
Various Real classes took an OffsetMode parameter, but only used it
to extract the suffix for the name of the corresponding pseudo. I found
this confusing because you couldn't usefully define and use a different
OffsetMode here, e.g. one with different operand types to affect how the
instruction was printed.
Overall I think it's simpler to just pass in the suffixed pseudo name
directly.
Differential Revision: https://reviews.llvm.org/D147242
Diffstat (limited to 'llvm/lib/CodeGen/CommandFlags.cpp')
0 files changed, 0 insertions, 0 deletions