[PATCH] D135124: Add f16 nearbyint support.

Leon Clark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 20:34:53 PDT 2022


Leonc added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/fnearbyint.ll:7
 ; so no need to check anything.
 
+declare half @llvm.nearbyint.f16(half) #0
----------------
arsenm wrote:
> This test is missing checks somehow 
Do we want checks for all of the functions? The comment on lines 5-6 suggests the checks were left out intentionally.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135124



More information about the llvm-commits mailing list