[PATCH] D112997: [LangRef][VP] Document vp.gather and vp.scatter intrinsics

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 07:48:59 PDT 2021


simoll added inline comments.


================
Comment at: llvm/docs/LangRef.rst:19808
+taken from the combination of the '``mask``' and '``evl``' operands in the
+usual VP way. The '``alignment``' operand of the '``llvm.masked.scatter``'
+intrinsic is not set by '``llvm.vp.scatter``': it is taken as the ABI alignment
----------------
.. we should enable the `align` attribute on vectors of pointers. Ok for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112997



More information about the llvm-commits mailing list