David Green
d96161a179
[ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC
...
c17d9b4b12
added REQUIRES lines to a lot of Arm and AArch64
test, but added them to the very beginning, before the existing
update_cc_test_checks lines. This just moves them later so as to not
mess up the existing ordering when the checks are regenerated.
2021-11-13 19:09:01 +00:00
Christopher Tetreault
55448ab540
[AArch64] Adding Neon Polynomial vadd Intrinsics
...
This patch adds the following intrinsics:
vadd_p8
vadd_p16
vadd_p64
vaddq_p8
vaddq_p16
vaddq_p64
vaddq_p128
Reviewed By: t.p.northover, DavidSpickett, ctetreau
Differential Revision: https://reviews.llvm.org/D96825
2021-02-19 14:48:12 -08:00
Pengxuan Zheng
0ec32f1326
Revert "[AArch64] Adding Neon Polynomial vadd Intrinsics"
...
Revert the patch due to buildbot failures.
This reverts commit d9645059c5
.
2021-02-18 12:38:16 -08:00
Pengxuan Zheng
d9645059c5
[AArch64] Adding Neon Polynomial vadd Intrinsics
...
This patch adds the following intrinsics:
vadd_p8
vadd_p16
vadd_p64
vaddq_p8
vaddq_p16
vaddq_p64
vaddq_p128
Reviewed By: t.p.northover, DavidSpickett
Differential Revision: https://reviews.llvm.org/D96825
2021-02-18 11:33:24 -08:00