[PATCH] D62680: [ARM] Add MVE vector load/store instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 07:30:45 PDT 2019


simon_tatham added a comment.

I've decided this patch is too large to manage all in one go. Also, the interleaving family of loads (`VLD20` and friends) share essentially no infrastructure with the `VLDR` family, so that seems like a natural place to split the patch in two.

Hence, I've just opened D63650 <https://reviews.llvm.org/D63650>, containing just the `VLD20` family, hopefully with all comments on this patch taken into account. I'll keep this review open and use it for the remainder of the loads and stores, but I haven't finished reworking it yet.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62680/new/

https://reviews.llvm.org/D62680





More information about the llvm-commits mailing list