Skip to content

Commit 5088795

Browse files
committed
[LV] Remove unused ILV::VectorTripCount (NFC).
The field is no longer used, remove it.
1 parent 9b3999b commit 5088795

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,6 @@ class InnerLoopVectorizer {
599599
/// Trip count of the original loop.
600600
Value *TripCount = nullptr;
601601

602-
/// Trip count of the widened loop (TripCount - TripCount % (VF*UF))
603-
Value *VectorTripCount = nullptr;
604-
605602
/// The profitablity analysis.
606603
LoopVectorizationCostModel *Cost;
607604

0 commit comments

Comments
 (0)