[PATCH] D114884: [VP] Strided loads/stores
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 27 08:24:18 PST 2022
frasercrmck added inline comments.
================
Comment at: llvm/docs/LangRef.rst:19747
+
+The first operand is the base pointer for the load. The second operand is the stride
+value expressed in bytes. The third operand is a vector of boolean values
----------------
I think mentioning that the `align` parameter can be used (and correctly handling that further down in SelectionDAG) would be good.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114884/new/
https://reviews.llvm.org/D114884
More information about the llvm-commits
mailing list