[PATCH] D37145: [AArch64] allow v4f16 types when FullFP16 is supported

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 06:51:26 PDT 2017


SjoerdMeijer created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.

Support for scalars was committed in r311154, this adds support for allowing v4f16 vector types (thus avoiding conversions from/to single precision for these types).


https://reviews.llvm.org/D37145

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
  test/CodeGen/AArch64/fp16-v4-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37145.112691.patch
Type: text/x-patch
Size: 37032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/5882986d/attachment.bin>


More information about the llvm-commits mailing list