[PATCH] D93470: [VP] Binary floating-point intrinsics.

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 10:24:45 PST 2020


simoll created this revision.
simoll added reviewers: craig.topper, kpn, andrew.w.kaylor, uweigand, kaz7.
simoll added a project: VP.
Herald added subscribers: dexonsmith, jdoerfert, rogfer01, hiraditya.
simoll requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
Herald added a project: LLVM.

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 <https://reviews.llvm.org/D93455>).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93470

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/Verifier/vp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93470.312550.patch
Type: text/x-patch
Size: 16131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201217/54f17dad/attachment-0001.bin>


More information about the llvm-commits mailing list