[PATCH] D70088: [ARM,MVE] Add intrinsics for contiguous load/stores.

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 03:58:37 PST 2019


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

OK. vldr and vld1 working differently for Neon under BE, if I'm remembering correctly.

LGTM then.



================
Comment at: clang/utils/TableGen/MveEmitter.cpp:475
   // Mostly, when a code-generation operation has a dependency on prior
   // operations, it's because it uses the output values of those operations as
   // inputs. But there's one exception, which is the use of 'seq' in Tablegen
----------------
Maybe update this comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70088





More information about the cfe-commits mailing list