[PATCH] D93014: [Clang] Add AArch64 VCMLA LANE variants.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 02:02:59 PST 2020
fhahn created this revision.
fhahn added reviewers: SjoerdMeijer, dmgreen, t.p.northover.
Herald added subscribers: danielkiss, kristof.beyls.
fhahn requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch adds the LANE variants for VCMLA on AArch64 as defined in
"Arm Neon Intrinsics Reference for ACLE Q3 2020" [1]
Based on a patch by Tim Northover.
[1] https://developer.arm.com/documentation/ihi0073/latest
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93014
Files:
clang/include/clang/Basic/arm_neon.td
clang/test/CodeGen/aarch64-neon-vcmla.c
clang/utils/TableGen/NeonEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93014.310807.patch
Type: text/x-patch
Size: 7592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/09405279/attachment.bin>
More information about the llvm-commits
mailing list