[all-commits] [llvm/llvm-project] a3a8cb: [AMDGPU][AsmParser][NFC] Refine parsing of NamedOp...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Mon May 29 09:02:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3a8cbffcf00bdbf19a15a070313b60c0a9ce342
https://github.com/llvm/llvm-project/commit/a3a8cbffcf00bdbf19a15a070313b60c0a9ce342
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/SMInstructions.td
Log Message:
-----------
[AMDGPU][AsmParser][NFC] Refine parsing of NamedOperandU32 operands.
Eliminates the need for the custom code in parseCustomOperand().
Part of <https://github.com/llvm/llvm-project/issues/62629>.
Reviewed By: dp
Differential Revision: https://reviews.llvm.org/D150980
More information about the All-commits
mailing list