[PATCH] D154432: [AMDGPU][AsmParser] Simplify the implementation of SWZ operands.
Ivan Kosarev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 04:11:11 PDT 2023
kosarev created this revision.
kosarev added reviewers: piotr, arsenm, mbrkusanin, rampitec, foad.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
kosarev requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, wdng.
Herald added a project: LLVM.
Those are implicit helper operands and therefore don't need any parsers
or printers.
Part of https://github.com/llvm/llvm-project/issues/62629.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154432
Files:
llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/BUFInstructions.td
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
llvm/lib/Target/AMDGPU/SIInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154432.537047.patch
Type: text/x-patch
Size: 7708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230704/2c069029/attachment.bin>
More information about the llvm-commits
mailing list