[PATCH] D62326: [ARM] Select a number of fp16 rounding functions

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 09:04:36 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.

This add patterns for fp16 round and ceil etc. Same as the float and double patterns.

Round needs to be marked as legal. The others already are.


https://reviews.llvm.org/D62326

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62326.200989.patch
Type: text/x-patch
Size: 4966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/71564b7f/attachment.bin>


More information about the llvm-commits mailing list