[all-commits] [llvm/llvm-project] dac595: [AMDGPU][AsmParser][NFC] Clean up the implementati...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Wed Jul 5 02:43:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dac5957ca934206f4b0777e62f093b08919e36a9
https://github.com/llvm/llvm-project/commit/dac5957ca934206f4b0777e62f093b08919e36a9
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
Log Message:
-----------
[AMDGPU][AsmParser][NFC] Clean up the implementation of KImmFP operands.
addKImmFPOperands() duplicates the KImmFP-specific logic implemented in
addLiteralImmOperand() and therefore can be removed.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D154427
More information about the All-commits
mailing list