[PATCH] D75255: [ARM,MVE] Add ACLE intrinsics for VCVT[ANPM] family.
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 06:58:25 PST 2020
simon_tatham created this revision.
simon_tatham added reviewers: MarkMurrayARM, dmgreen, miyuki, ostannard.
Herald added subscribers: llvm-commits, cfe-commits, hiraditya, kristof.beyls.
Herald added projects: clang, LLVM.
These instructions convert a vector of floats to a vector of integers
of the same size, with assorted non-default rounding modes.
Implemented in IR as target-specific intrinsics, because as far as I
can see there are no matches for that functionality in the standard IR
intrinsics list.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75255
Files:
clang/include/clang/Basic/arm_mve.td
clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
llvm/include/llvm/IR/IntrinsicsARM.td
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-intrinsics/vcvt_anpm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75255.246938.patch
Type: text/x-patch
Size: 54407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200227/5240599d/attachment-0001.bin>
More information about the cfe-commits
mailing list