[all-commits] [llvm/llvm-project] 0f4c9a: [IR][IntrinsicInst] Add VPBinOpIntrinsic (#66132)
Michael Maitland via All-commits
all-commits at lists.llvm.org
Wed Sep 13 05:35:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f4c9a05605c609661c3f57cf1fd65bd6000411b
https://github.com/llvm/llvm-project/commit/0f4c9a05605c609661c3f57cf1fd65bd6000411b
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/IR/IntrinsicInst.cpp
Log Message:
-----------
[IR][IntrinsicInst] Add VPBinOpIntrinsic (#66132)
VPIntrinsics with VP_PROPERTY_BINARYOP property should have the ability
to be queried with with VPBinOpIntrinsic::isVPBinOp, similiar to how
intrinsics with the VP_PROPERTY_REDUCTION property can be queried with
VPReductionIntrinsic::isVPReduction.
This will be used in #65706. In that PR the usage of this class is
tested.
More information about the All-commits
mailing list