[all-commits] [llvm/llvm-project] 73244e: [VP] Add vp.icmp comparison intrinsic and docs
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Wed Mar 30 09:16:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73244e8f8568fb0ebf0be5943c5d290f5b91d0c1
https://github.com/llvm/llvm-project/commit/73244e8f8568fb0ebf0be5943c5d290f5b91d0c1
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2022-03-30 (Wed, 30 Mar 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/lib/IR/Verifier.cpp
M llvm/test/Verifier/invalid-vp-intrinsics.ll
M llvm/test/Verifier/vp-intrinsics.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP] Add vp.icmp comparison intrinsic and docs
This patch mostly follows up on D121292 which introduced the vp.fcmp
intrinsic.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D122729
More information about the All-commits
mailing list