[PATCH] D70088: [ARM,MVE] Add intrinsics for contiguous load/stores.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 03:02:07 PST 2019
dmgreen added a comment.
Very nice
Just to check, we don't have to care about big endian here? Is just works OK because the rest of llvm handles it OK? (I'm not sure if a vld1 is different to a vldr in big endian, for example).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70088/new/
https://reviews.llvm.org/D70088
More information about the llvm-commits
mailing list