| commit | b5ac56fb8188fb268d67af1eddbb89f4253dab3c | [log] [tgz] |
|---|---|---|
| author | Abderrazek Zaafrani <a.zaafrani@samsung.com> | Fri Mar 23 00:08:40 2018 +0000 |
| committer | Abderrazek Zaafrani <a.zaafrani@samsung.com> | Fri Mar 23 00:08:40 2018 +0000 |
| tree | 22984f6587d15b498d33ce0ab816ac16014103c7 | |
| parent | 1e879d8be6322f9f974db3dc7dc4279ea46b4645 [diff] |
[ARM] Add ARMv8.2-A FP16 vector intrinsic Putting back the code in commit r327189 that was reverted in r322737. The code is being committed in three stages and this one is the last stage: 1) r327455 fp16 feature flags, 2) r327836 pass half type or i16 based on FullFP16, and 3) the code here which the front-end fp16 vector intrinsic for ARM. Differential revision https://reviews.llvm.org/D43650 llvm-svn: 328277