| commit | 0c68faa455e2e05fd52a212fcd499c68089dedb5 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Mon Mar 31 15:47:09 2014 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Mon Mar 31 15:47:09 2014 +0000 |
| tree | c6703f2671edaf9015123ccee70b4fa3809df048 | |
| parent | 5081cd0f81507f33a58500d9b19c80fa2e246539 [diff] |
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). llvm-svn: 205210