We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb2070 commit 165f0bcCopy full SHA for 165f0bc
llvm/include/llvm/IR/IntrinsicInst.h
@@ -569,7 +569,7 @@ class VPIntrinsic : public IntrinsicInst {
569
/// The llvm.vp.* intrinsics for this instruction Opcode
570
static Intrinsic::ID getForOpcode(unsigned OC);
571
572
- /// The llvm.vp.reduce.* intrinsics for this intrinsic.
+ /// The llvm.vp.* intrinsics for this intrinsic ID.
573
static Intrinsic::ID getForIntrinsic(Intrinsic::ID);
574
575
// Whether \p ID is a VP intrinsic ID.
0 commit comments