[PATCH] D122729: [VP] Add vp.icmp comparison intrinsic and docs

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 07:26:41 PDT 2022


frasercrmck created this revision.
frasercrmck added reviewers: simoll, craig.topper, rogfer01.
Herald added subscribers: StephenFan, dexonsmith, jdoerfert, hiraditya.
Herald added a project: All.
frasercrmck requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch mostly follows up on D121292 <https://reviews.llvm.org/D121292> which introduced the vp.fcmp
intrinsic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122729

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122729.419134.patch
Type: text/x-patch
Size: 9844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220330/8fbc87f3/attachment.bin>


More information about the llvm-commits mailing list