[PATCH] D115731: [AMDGPU] Use v_fma_f16 on GFX10

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 07:54:12 PST 2021


foad added a comment.

We should probably rename the pseudos:

- V_FMA_F16_gfx9 -> V_FMA_F16
- V_FMA_F16 -> V_FMA_F16_vi

and the same for the other 16-bit ones that were renamed in GFX9.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115731/new/

https://reviews.llvm.org/D115731



More information about the llvm-commits mailing list