[PATCH] D36893: [AArch64] Custom lowering of copysign f16

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 08:15:06 PDT 2017


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

I have removed the special case, and added the vector types. 
For the copysign intrinsics working on these vectors, I have not yet added new test cases, because it looks like I first have to first do some work to allow f16 vectors.


https://reviews.llvm.org/D36893

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/f16-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36893.112370.patch
Type: text/x-patch
Size: 7164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/ccc09463/attachment.bin>


More information about the llvm-commits mailing list