[PATCH] D60720: [ARM] Add v4f16 and v8f16 types to the CallingConv
Diogo N. Sampaio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 10:02:15 PDT 2019
dnsampaio created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.
Herald added a project: LLVM.
The Procedure Call Standard for the Arm Architecture
states that float16x4_t and float16x8_t behave just
as uint16x4_t and uint16x8_t for argument passing.
This patch adds the fp16 vectors to the
ARMCallingConv.td file.
Repository:
rL LLVM
https://reviews.llvm.org/D60720
Files:
lib/Target/ARM/ARMCallingConv.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60720.195213.patch
Type: text/x-patch
Size: 5268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190415/c09a024e/attachment.bin>
More information about the llvm-commits
mailing list