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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 07:19:47 PDT 2017


SjoerdMeijer updated this revision to Diff 113090.
SjoerdMeijer added a comment.

Thanks for reviewing! I've addressed your comments: have set operation action to 'promote', added checks to test fcmp, and also added checks when fp16 is disabled.

Thanks for the suggestion to improve codegen for the conversions. As you suggested, I will start working on them in a separate patch.


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.113090.patch
Type: text/x-patch
Size: 45358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/02017526/attachment.bin>


More information about the llvm-commits mailing list