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 935810c commit ec42778Copy full SHA for ec42778
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -538,9 +538,6 @@ class InnerLoopVectorizer {
538
protected:
539
friend class LoopVectorizationPlanner;
540
541
- /// A small list of PHINodes.
542
- using PhiVector = SmallVector<PHINode *, 4>;
543
-
544
/// Set up the values of the IVs correctly when exiting the vector loop.
545
void fixupIVUsers(PHINode *OrigPhi, const InductionDescriptor &II,
546
Value *VectorTripCount, Value *EndValue,
0 commit comments