[ARM] Armv8.2-A FP16 vector intrinsics tests
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 1 Aug 2018 14:43:59 +0000 (14:43 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 1 Aug 2018 14:43:59 +0000 (14:43 +0000)
commit590e4e8dde1e1266e6cfa4776fe289d04de0d021
treedbef6ac53dfab5be2b77a3e64c499b14dfb9f606
parentfb94354d2dbee7628770b8b75b8289fa8d225ef3
[ARM] Armv8.2-A FP16 vector intrinsics tests

Clang support for the Armv8.2-A FP16 vector intrinsic was committed in
rC328277, but this was never followed up, i.e. the LLVM part is missing.

I've raised PR38404, and this is the first step to address this. I.e.,
this adds tests for the Armv8.2-A FP16 vector intrinsic, and thus shows
which intrinsics already work, and which need further work.

Differential Revision: https://reviews.llvm.org/D50142

llvm-svn: 338568
llvm/test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll [new file with mode: 0644]