[PATCH] D114422: [VP] Propagate align parameter attr on VP load/store to ISel
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 3 03:14:06 PST 2021
frasercrmck added inline comments.
================
Comment at: llvm/docs/LangRef.rst:19655
+'``llvm.vp.load``': the '``passthru``' operand is implicitly ``undef``; the
+'``alignment``' operand is taken as the ``align`` parameter, if provided. The
+default alignment is taken as the ABI alignment of the return type as specified
----------------
simoll wrote:
> "is taken as the `align` parameter attribute"? To use the same wording as below for `vp.store`. Also, to make clear that alignment is specified as an attribute of the pointer and not another parameter.
Oh crumbs yeah I accidentally a word. Fixed!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114422/new/
https://reviews.llvm.org/D114422
More information about the llvm-commits
mailing list