[PATCH] D152809: [AMDGPU][GFX11] Add test coverage for 16-bit conversions, part 8.

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 06:50:45 PDT 2023


Joe_Nash accepted this revision.
Joe_Nash added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AMDGPU/v_madak_f16.ll:74
+; GFX11-NEXT:    s_waitcnt vmcnt(0)
+; GFX11-NEXT:    v_mul_f16_e32 v0, v0, v1
+; GFX11-NEXT:    s_delay_alu instid0(VALU_DEP_1)
----------------
Nit: Why aren't we using v_fmaak or v_fmamk here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152809



More information about the llvm-commits mailing list