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 e928962 commit 9259326Copy full SHA for 9259326
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2467,7 +2467,6 @@ class VPReplicateRecipe : public VPRecipeWithIRFlags {
2467
bool IsPredicated;
2468
2469
public:
2470
- template <typename IterT>
2471
VPReplicateRecipe(Instruction *I, ArrayRef<VPValue *> Operands,
2472
bool IsUniform, VPValue *Mask = nullptr)
2473
: VPRecipeWithIRFlags(VPDef::VPReplicateSC, Operands, *I),
0 commit comments