[PATCH] D143289: [AMDGPU][NFC] Clean up the VOP profile definition for v_swap_b32.
Ivan Kosarev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 08:29:34 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG84a07dcf3832: [AMDGPU][NFC] Clean up the VOP profile definition for v_swap_b32. (authored by kosarev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143289/new/
https://reviews.llvm.org/D143289
Files:
llvm/lib/Target/AMDGPU/VOP1Instructions.td
Index: llvm/lib/Target/AMDGPU/VOP1Instructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/VOP1Instructions.td
+++ llvm/lib/Target/AMDGPU/VOP1Instructions.td
@@ -528,13 +528,10 @@
>;
}
-def VOP_SWAP_I32 : VOPProfile<[i32, i32, i32, untyped]> {
+def VOP_SWAP_I32 : VOPProfile<[i32, i32, untyped, untyped]> {
let Outs32 = (outs VGPR_32:$vdst, VRegSrc_32:$vdst1);
let Ins32 = (ins VRegSrc_32:$src0, VGPR_32:$src1);
- let Outs64 = Outs32;
let Asm32 = " $vdst, $src0";
- let Asm64 = "";
- let Ins64 = (ins);
}
let SubtargetPredicate = isGFX9Plus in {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143289.495148.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230206/9209f108/attachment.bin>
More information about the llvm-commits
mailing list