[PATCH] D106265: [AArch64][SVE] Zero-overhead transfer between Neon and SVE registers
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 04:00:15 PDT 2021
peterwaller-arm abandoned this revision.
peterwaller-arm added a comment.
Thanks everyone who helped with this.
Instead of the approach in this review, the new intent is to add intrinsics to the Arm C Language Extensions (ACLE) to directly allow the user to perform this conversion through an intrinsic which will directly resolve to insert/extract subvector.
The proposal for that can be found here: https://github.com/ARM-software/acle/pull/72
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106265/new/
https://reviews.llvm.org/D106265
More information about the llvm-commits
mailing list