[PATCH] D135478: [AMDGPU] Make V_SAT_PK_U8_I16 a True16 Instruction

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 12:06:08 PDT 2022


Joe_Nash created this revision.
Joe_Nash added reviewers: dp, foad, rampitec.
Herald added subscribers: kosarev, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
Joe_Nash requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

The return type is two u8 packed into a 16 bit VGPR, so this instruction
should be True16.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135478

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP1Instructions.td
  llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_promote.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135478.466149.patch
Type: text/x-patch
Size: 4040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/e3912ca7/attachment.bin>


More information about the llvm-commits mailing list