[PATCH] D112997: [LangRef][VP] Document vp.gather and vp.scatter intrinsics

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 03:32:22 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 the final two VP
intrinsics introduced in D99355 <https://reviews.llvm.org/D99355>: `llvm.vp.gather` and `llvm.vp.scatter`.
It does so mostly by deferring to the `llvm.masked.gather` and
`llvm.masked.scatter` intrinsics, respectively.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112997

Files:
  llvm/docs/LangRef.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112997.384028.patch
Type: text/x-patch
Size: 4766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211102/97c49d06/attachment.bin>


More information about the llvm-commits mailing list