This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] GFX11: rename VALU pknorm instructions to pk_norm
ClosedPublic

Authored by foad on Feb 3 2023, 6:50 AM.

Details

Summary

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.

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

Diff Detail

Event Timeline

foad created this revision.Feb 3 2023, 6:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 6:50 AM
foad requested review of this revision.Feb 3 2023, 6:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 6:50 AM
foad edited the summary of this revision. (Show Details)Feb 3 2023, 6:52 AM
Joe_Nash accepted this revision.Feb 3 2023, 8:17 AM

LGTM

This revision is now accepted and ready to land.Feb 3 2023, 8:17 AM
This revision was automatically updated to reflect the committed changes.