Skip to content

Commit 0bd3295

Browse files
committed
cleanup
1 parent c423357 commit 0bd3295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/SLPVectorizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ tryToVectorizeInBlock(Block &block,
10311031
<< " operations\n";
10321032
}
10331033
});
1034-
rootGroups.append(contiguousGroups.begin(), contiguousGroups.end());
1034+
rootGroups.append(contiguousGroups);
10351035
}
10361036

10371037
// Build the SLP graph from root groups

0 commit comments

Comments
 (0)