[PATCH] D60721: [ARM] Check codegen of v8.2a intrinsics
Diogo N. Sampaio via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 10:11:28 PDT 2019
dnsampaio created this revision.
dnsampaio added reviewers: olista01, miyuki.
Herald added subscribers: cfe-commits, kristof.beyls, javed.absar.
Herald added a project: clang.
dnsampaio added a parent revision: D60720: [ARM] Add v4f16 and v8f16 types to the CallingConv.
ostannard requested changes to this revision.
ostannard added a comment.
This revision now requires changes to proceed.
Clang tests should just cover the C->IR translation, and not depend on the LLVM backends. This should instead be an IR->asm test in the LLVM repository.
This patch adds a assembly check for the
ARM v8.2-A intrinsics.
Repository:
rC Clang
https://reviews.llvm.org/D60721
Files:
test/CodeGen/arm-v8.2a-neon-intrinsics.c
test/CodeGen/arm-v8.2a-neon-intrinsics.c.asm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60721.195216.patch
Type: text/x-patch
Size: 31482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190415/1af54e09/attachment-0001.bin>
More information about the cfe-commits
mailing list