[PATCH] D70542: [AArch64][SVE] Add intrinsics for gather loads with 64-bit offsets

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 13:39:00 PST 2019


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-gather-loads-64bit-offset.ll:15
+; CHECK-NEXT: ret
+  %load = call <vscale x 2 x i8> @llvm.aarch64.sve.ld1.gather.nxv2i8(<vscale x 2 x i1> %pg,
+                                                                     i8* %base,
----------------
This doesn't match the way the corresponding C intrinsics are defined in the ACLE spec.  Are you intentionally diverging here?


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

https://reviews.llvm.org/D70542





More information about the llvm-commits mailing list