[PATCH] D128682: [AMDGPU] gfx11 CodeGen for new DPP instructions
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 07:13:25 PDT 2022
Joe_Nash updated this revision to Diff 440615.
Joe_Nash marked 3 inline comments as done.
Joe_Nash added a comment.
Removed HasVOP3DPP parameter. explicit type instead of auto. Check ST->hasVOP3DPP before calling getDPPOp64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128682/new/
https://reviews.llvm.org/D128682
Files:
llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIInstrInfo.td
llvm/lib/Target/AMDGPU/VOPInstructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.mov.dpp.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.update.dpp.ll
llvm/test/CodeGen/AMDGPU/dpp64_combine.ll
llvm/test/CodeGen/AMDGPU/dpp_combine.ll
llvm/test/CodeGen/AMDGPU/dpp_combine_gfx11.mir
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
llvm/test/CodeGen/AMDGPU/vopc_dpp.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128682.440615.patch
Type: text/x-patch
Size: 66109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220628/85fffad4/attachment-0001.bin>
More information about the llvm-commits
mailing list