[all-commits] [llvm/llvm-project] 93e180: [LangRef][VP] Document vp.load and vp.store intrin...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Fri Nov 5 03:48:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93e1802af3329743cdef4d8c0a61769a8c417972
https://github.com/llvm/llvm-project/commit/93e1802af3329743cdef4d8c0a61769a8c417972
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef][VP] Document vp.load and vp.store intrinsics
This patch fleshes out the missing documentation for two of the VP
intrinsics introduced in D99355: `llvm.vp.load` and `llvm.vp.store`. It
does so mostly by deferring to the `llvm.masked.load` and
`llvm.masked.store` intrinsics, respectively.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D112930
More information about the All-commits
mailing list