[PATCH] D114422: [VP] Propagate align parameter attr on VP load/store to ISel

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 01:34:43 PST 2021


simoll 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
----------------
"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.


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