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
Paths
| Differential D69348
[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
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptOct 23 2019, 10:03 AM This revision is now accepted and ready to land.Oct 23 2019, 1:12 PM Closed by commit rGb8042dbe2bbf: [AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64 (authored by dp). · Explain WhyOct 28 2019, 5:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 226642 llvm/lib/Target/AMDGPU/VOP3Instructions.td
llvm/test/MC/AMDGPU/gfx10_asm_all.s
llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
|