[PATCH] D130040: [AMDGPU] Remove old operand from VOPC DPP
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 06:53:10 PDT 2022
Joe_Nash updated this revision to Diff 445802.
Joe_Nash marked 2 inline comments as done.
Joe_Nash added a comment.
return OpInfo.OperandType == MCOI::OPERAND_UNKNOWN in isOperandLegal. For immediates gives false, for unspecified registers like in COPY gives true.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130040/new/
https://reviews.llvm.org/D130040
Files:
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.td
llvm/lib/Target/AMDGPU/VOPCInstructions.td
llvm/test/CodeGen/AMDGPU/vopc_dpp.ll
llvm/test/CodeGen/AMDGPU/vopc_dpp.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130040.445802.patch
Type: text/x-patch
Size: 21220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220719/2c8c81af/attachment.bin>
More information about the llvm-commits
mailing list