Adds svset_neonq, svget_neonq, svdup_neonq AArch64 intrinsics.
These are described in the ACLE specification:
https://github.com/ARM-software/acle/pull/72
Differential D114713
[AArch64][SVE][NEON] Add NEON-SVE-Bridge intrinsics MattDevereau on Nov 29 2021, 8:15 AM. Authored by
Details Adds svset_neonq, svget_neonq, svdup_neonq AArch64 intrinsics. These are described in the ACLE specification:
Diff Detail
Event Timeline
Comment Actions updated builtin signatures in clang/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def
Comment Actions updated SVEMAP2 types Comment Actions clang-format is upset about this ordering: #include "clang/Basic/arm_sve_builtin_cg.inc" but swapping the order causes all SVE tests to fail. I'm ignoring the clang-format error for this
|