GFX11 renames:
v_cvt_pknorm_i16_f32 to v_cvt_pk_norm_i16_f32
v_cvt_pknorm_u16_f32 to v_cvt_pk_norm_u16_f32
Accept the old name as an alias.
Paths
| Differential D143266
[AMDGPU] GFX11: rename VALU pknorm instructions to pk_norm ClosedPublic Authored by foad on Feb 3 2023, 6:50 AM.
Details
Summary GFX11 renames: Accept the old name as an alias.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 3 2023, 8:17 AM Closed by commit rG0b82746567e9: [AMDGPU] GFX11: rename VALU pknorm instructions to pk_norm (authored by foad). · Explain WhyFeb 3 2023, 8:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494618 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
|