This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64
ClosedPublic

Authored by dp on Oct 23 2019, 10:03 AM.

Details

Summary

The following VOP3 variants of v_interp_*_f32 opcodes are defined for gfx8 and gfx9 but missing in gfx10:

v_interp_p1_f32_e64
v_interp_p2_f32_e64
v_interp_mov_f32_e64

See https://bugs.llvm.org/show_bug.cgi?id=43747

Diff Detail

Event Timeline

dp created this revision.Oct 23 2019, 10:03 AM
This revision is now accepted and ready to land.Oct 23 2019, 1:12 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2019, 5:16 AM