[PATCH] D79585: [AMDGPU][MC][GFX9+] Enabled clamp for v_add_i32 and v_sub_i32
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 09:40:16 PDT 2020
dp created this revision.
dp added reviewers: arsenm, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
Note that these instructions were renamed to v_add_nc_i32 and v_sub_nc_i32 in gfx10. They are corrected as well.
See bug 45830 <https://bugs.llvm.org/show_bug.cgi?id=45830>
https://reviews.llvm.org/D79585
Files:
llvm/lib/Target/AMDGPU/VOP3Instructions.td
llvm/test/MC/AMDGPU/gfx10_asm_all.s
llvm/test/MC/AMDGPU/vop3-gfx9.s
llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
llvm/test/MC/Disassembler/AMDGPU/vop3_gfx9.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79585.262678.patch
Type: text/x-patch
Size: 4756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/5bfc9d96/attachment.bin>
More information about the llvm-commits
mailing list