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 809a33d commit 35c0302Copy full SHA for 35c0302
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -968,8 +968,6 @@ enum ScalarEpilogueLowering {
968
CM_ScalarEpilogueNotAllowedUsePredicate
969
};
970
971
-using InstructionVFPair = std::pair<Instruction *, ElementCount>;
972
-
973
/// LoopVectorizationCostModel - estimates the expected speedups due to
974
/// vectorization.
975
/// In many cases vectorization is not profitable. This can happen because of
0 commit comments