[PATCH] D112930: [LangRef][VP] Document vp.load and vp.store intrinsics
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 07:52:23 PDT 2021
frasercrmck created this revision.
frasercrmck added reviewers: simoll, craig.topper, rogfer01, hussainjk.
Herald added a subscriber: jdoerfert.
frasercrmck requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch fleshes out the missing documentation for two of the VP
intrinsics introduced in D99355 <https://reviews.llvm.org/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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112930
Files:
llvm/docs/LangRef.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112930.383803.patch
Type: text/x-patch
Size: 4640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211101/ce7cbc75/attachment.bin>
More information about the llvm-commits
mailing list