[AMDGPU] Use v_fma_f16 on GFX10
Teach convertToThreeAddress to use the V_FMA_F16_gfx9 pseudo (i.e. the standard instruction in GFX9 onwards) instead of V_FMA_F16 (the legacy pseudo for GFX8 compatibility, which is no longer supported in GFX10). This follows the example of macToMad in SIFoldOperands. Differential Revision: https://reviews.llvm.org/D115731
Loading
Please sign in to comment