[PATCH] D74858: [AArch64][SVE] Add intrinsics for non-temporal gather-loads/scatter-stores

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 10:47:26 PST 2020


efriedma added a comment.

The instruction in the SVE spec is just "scalar + vector".  Whether the vector is the base or the offset is a matter of interpretation.  (Really, the difference is that we want to write the base with a pointer type, so we aren't forced to insert ptrtoint operations into the IR.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74858





More information about the llvm-commits mailing list