[PATCH] D143266: [AMDGPU] GFX11: rename VALU pknorm instructions to pk_norm

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 06:51:04 PST 2023


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

GFX11 renames:
v_cvt_pknorm_i16_f32 to v_cvt_pk_norm_i16_f32
v_cvt_pknorm_i16_f32 to v_cvt_pk_norm_i16_f32

Accept the old name as an alias.

Fixes https://github.com/llvm/llvm-project/issues/60334


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143266

Files:
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143266.494618.patch
Type: text/x-patch
Size: 52230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/1bbb02f3/attachment.bin>


More information about the llvm-commits mailing list