[all-commits] [llvm/llvm-project] 33efbc: [VP] llvm.vp.merge intrinsic and LangRef

Simon Moll via All-commits all-commits at lists.llvm.org
Wed Jan 12 05:08:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33efbc81842c4815f96bec6c52fc9f05e1931ccb
      https://github.com/llvm/llvm-project/commit/33efbc81842c4815f96bec6c52fc9f05e1931ccb
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-01-12 (Wed, 12 Jan 2022)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP] llvm.vp.merge intrinsic and LangRef

llvm.vp.merge interprets the %evl operand differently than the other vp
intrinsics: all lanes at positions greater or equal than the %evl
operand are passed through from the second vector input. Otherwise it
behaves like llvm.vp.select.

Reviewed By: craig.topper

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




More information about the All-commits mailing list