[PATCH] D14936: Fix fptosi, fptoui from f16 vectors to i8, i16 vectors
Pirama Arumuga Nainar via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 14:24:28 PST 2015
pirama created this revision.
pirama added reviewers: ab, jmolloy.
pirama added subscribers: srhines, llvm-commits.
Convert v4f16 and v8f16 to corresponding f32 vectors before doing the
conversion to int.
Add tests for v4f16, v8f16.
http://reviews.llvm.org/D14936
Files:
lib/Target/AArch64/AArch64ISelLowering.cpp
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-v8-instructions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14936.40980.patch
Type: text/x-patch
Size: 4852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/be884dab/attachment.bin>
More information about the llvm-commits
mailing list