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

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 05:48:11 PST 2020


simoll updated this revision to Diff 312772.
simoll added a comment.

- This patch is based on D93534 <https://reviews.llvm.org/D93534> .
- Added missing `vp.fsub`.
- Added constrained fp mapping tests (whether the constrained intrinsic actually exists and has as many metadata params as the VPIntrinsic accepts). This is in preparation of D93455 <https://reviews.llvm.org/D93455> .


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93470/new/

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
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93470.312772.patch
Type: text/x-patch
Size: 18970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201218/203808b4/attachment.bin>


More information about the llvm-commits mailing list