[all-commits] [llvm/llvm-project] 12460c: [AMDGPU][AsmParser] Simplify the implementation of...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Wed Jul 5 02:51:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12460cf90fb2bbdcf7b278c641e21b453104f2b0
https://github.com/llvm/llvm-project/commit/12460cf90fb2bbdcf7b278c641e21b453104f2b0
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/BUFInstructions.td
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] Simplify the implementation of SWZ operands.
Those are implicit helper operands and therefore don't need any parsers
or printers.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
Reviewed By: piotr, foad
Differential Revision: https://reviews.llvm.org/D154432
More information about the All-commits
mailing list