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 457970d commit 77913b5Copy full SHA for 77913b5
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -391,6 +391,7 @@ unsigned VPUnrollPartAccessor<PartOpIdx>::getUnrollPart(VPUser &U) const {
391
392
namespace llvm {
393
template class VPUnrollPartAccessor<2>;
394
+template class VPUnrollPartAccessor<3>;
395
}
396
397
VPInstruction::VPInstruction(unsigned Opcode, CmpInst::Predicate Pred,
0 commit comments