File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/mlir/Dialect/Utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ getSymbolLessAffineMaps(ArrayRef<ReassociationExprs> reassociation);
57
57
58
58
// / Wraps a list of reassociations in an ArrayAttr.
59
59
ArrayAttr
60
- getReassociationIndicesAttribute (OpBuilder &b,
60
+ getReassociationIndicesAttribute (Builder &b,
61
61
ArrayRef<ReassociationIndices> reassociation);
62
62
63
63
// / Convert Array<Array<AffineExpr>> to Array<Array<int64_t>>.
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ unsigned getMaxPosOfType(ArrayRef<ReassociationExprs> exprArrays) {
158
158
}
159
159
160
160
ArrayAttr mlir::getReassociationIndicesAttribute (
161
- OpBuilder &b, ArrayRef<ReassociationIndices> reassociation) {
161
+ Builder &b, ArrayRef<ReassociationIndices> reassociation) {
162
162
SmallVector<Attribute, 4 > reassociationAttr =
163
163
llvm::to_vector<4 >(llvm::map_range (
164
164
reassociation, [&](const ReassociationIndices &indices) -> Attribute {
You can’t perform that action at this time.
0 commit comments