[PATCH] D112930: [LangRef][VP] Document vp.load and vp.store intrinsics
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 2 07:45:44 PDT 2021
simoll added inline comments.
================
Comment at: llvm/docs/LangRef.rst:19699
+'``alignment``' operand of the '``llvm.masked.store``' intrinsic is not set by
+'``llvm.vp.store``': it is taken as the ABI alignment of the type of the
+'``value``' operand as specified by the :ref:`datalayout
----------------
It should suffice to say that alignment is derived the same way it is for regular load/store instructions (eg https://llvm.org/docs/LangRef.html#load-instruction).
For example, there is also an `align` attribute for specifying the alignment (https://llvm.org/docs/LangRef.html#parameter-attributes).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112930/new/
https://reviews.llvm.org/D112930
More information about the llvm-commits
mailing list