]> granicus.if.org Git - clang/commit
ARM64: enable aarch64-neon-intrinsics.c test
authorTim Northover <tnorthover@apple.com>
Mon, 31 Mar 2014 15:47:09 +0000 (15:47 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 31 Mar 2014 15:47:09 +0000 (15:47 +0000)
commit03a5eb39a60ec31f37daa074ad1c94797a1ca854
tree3303f7e34301f9165eb45f881026f23002c019c5
parent6d6a4e767634b5b3ce5a68222edba713ad135f39
ARM64: enable aarch64-neon-intrinsics.c test

This adds support for the various NEON intrinsics used by
aarch64-neon-intrinsics.c (originally written for AArch64) and enables the
test.

My implementations are designed to be semantically correct, the actual code
quality looks like its a wash between the two backends, and is frequently
different (hence the large number of CHECK changes).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/aarch64-neon-intrinsics.c