[all-commits] [llvm/llvm-project] 59fd48: [AMDGPU][AsmParser][NFC] Simplify instruction oper...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Thu Jun 29 03:06:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59fd48d71e12f470d144b23355f08fc28ae31ccb
https://github.com/llvm/llvm-project/commit/59fd48d71e12f470d144b23355f08fc28ae31ccb
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
Log Message:
-----------
[AMDGPU][AsmParser][NFC] Simplify instruction operand definitions.
This addresses the trivial cases that only require removing the
operand classes and renaming related entities.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D153965
More information about the All-commits
mailing list