[PATCH] D62325: [ARM] Promote various fp16 math routines

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 08:57:42 PDT 2019


dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, dnsampaio, miyuki, t.p.northover, ostannard.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

We promote these to floats, so as to use the float libcalls. copysign is the exception, which gets expanded.


https://reviews.llvm.org/D62325

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/fp16-full.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62325.200988.patch
Type: text/x-patch
Size: 8550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/e99df374/attachment.bin>


More information about the llvm-commits mailing list