[all-commits] [llvm/llvm-project] 212af2: [AMDGPU][AsmParser] Refine parsing of some 32-bit ...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Fri May 19 08:55:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 212af2c081d6a6b2af998bd20294e642396595e2
https://github.com/llvm/llvm-project/commit/212af2c081d6a6b2af998bd20294e642396595e2
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
Log Message:
-----------
[AMDGPU][AsmParser] Refine parsing of some 32-bit instruction operands.
Eliminates the need for the custom code in parseCustomOperand().
The remaining uses of NamedOperandU32 are to be addressed separately.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
Reviewed By: dp
Differential Revision: https://reviews.llvm.org/D150204
More information about the All-commits
mailing list