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 9b3999b commit 5088795Copy full SHA for 5088795
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -599,9 +599,6 @@ class InnerLoopVectorizer {
599
/// Trip count of the original loop.
600
Value *TripCount = nullptr;
601
602
- /// Trip count of the widened loop (TripCount - TripCount % (VF*UF))
603
- Value *VectorTripCount = nullptr;
604
-
605
/// The profitablity analysis.
606
LoopVectorizationCostModel *Cost;
607
0 commit comments