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 22ba2ac commit 2b70ad2Copy full SHA for 2b70ad2
mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
@@ -407,7 +407,7 @@ mlir::convertReassociationIndicesToExprs(
407
}
408
409
template <typename AffineExprTy>
410
-unsigned getMaxPosOfType(ArrayRef<ReassociationExprs> exprArrays) {
+static unsigned getMaxPosOfType(ArrayRef<ReassociationExprs> exprArrays) {
411
unsigned pos = 0;
412
for (const auto &exprs : exprArrays) {
413
for (auto expr : exprs) {
0 commit comments