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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 17:04:14 PDT 2023


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


================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.sqrt.f16.ll:6
 
 declare half @llvm.sqrt.f16(half %a)
 declare <2 x half> @llvm.sqrt.v2f16(<2 x half> %a)
----------------
I'll be expanding the sqrt tests soon anyway


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152907



More information about the llvm-commits mailing list