We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe84f7 commit fb858b4Copy full SHA for fb858b4
llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h
@@ -236,7 +236,6 @@ class SeedContainer {
236
}
237
// Iterators iterate over the bundles
238
iterator &operator++() {
239
- assert(VecIdx >= 0 && "Already at end!");
240
++VecIdx;
241
if (VecIdx >= Vec->size()) {
242
assert(MapIt != Map->end() && "Already at end!");
0 commit comments