[PATCH] D113778: [AMDGPU] Use shift for b64 mov
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 08:39:04 PST 2021
sebastian-ne created this revision.
sebastian-ne added reviewers: arsenm, rampitec, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, qcolombet.
sebastian-ne requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
There is no v_mov_b64, but a v_lshlrev_b64 can accomplish the same by
shifting a 64-bit register by 0.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113778
Files:
llvm/lib/Target/AMDGPU/GCNSubtarget.h
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/test/CodeGen/AMDGPU/v_mov_b64_expansion.mir
llvm/test/CodeGen/AMDGPU/wwm-reserved-spill.ll
llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113778.386865.patch
Type: text/x-patch
Size: 8997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211112/e15bb232/attachment.bin>
More information about the llvm-commits
mailing list