[all-commits] [llvm/llvm-project] 3a11fb: [LangRef][VP] Document vp.gather and vp.scatter in...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Fri Nov 5 04:44:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a11fb572cf5884d0e26e0f9f7569c4a6dc4ebec
      https://github.com/llvm/llvm-project/commit/3a11fb572cf5884d0e26e0f9f7569c4a6dc4ebec
  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.gather and vp.scatter intrinsics

This patch fleshes out the missing documentation for the final two VP
intrinsics introduced in 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.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D112997




More information about the All-commits mailing list