[all-commits] [llvm/llvm-project] 74d45b: [VP] Binary floating-point intrinsics.

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Jun 14 00:46:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74d45b884cfb13d8530a64ba538817bdab165c12
      https://github.com/llvm/llvm-project/commit/74d45b884cfb13d8530a64ba538817bdab165c12
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/test/Verifier/vp-intrinsics.ll
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP] Binary floating-point intrinsics.

This patch implements vector-predicated intrinsics on IR level for fadd,
fsub, fmul, fdiv and frem.  There operate in the default floating-point
environment. We will use constrained fp operand bundles for constrained
vector-predicated fp math (D93455).

Reviewed By: craig.topper

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




More information about the All-commits mailing list