Skip to content

Commit dee51cd

Browse files
committed
refine
1 parent c758224 commit dee51cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/IR/AffineExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ static bool isDivisibleBySymbol(AffineExpr expr, unsigned symbolPos,
363363
assert((opKind == AffineExprKind::Mod || opKind == AffineExprKind::FloorDiv ||
364364
opKind == AffineExprKind::CeilDiv) &&
365365
"unexpected opKind");
366-
std::vector<std::tuple<AffineExpr, unsigned, AffineExprKind,
366+
SmallVector<std::tuple<AffineExpr, unsigned, AffineExprKind,
367367
llvm::detail::scope_exit<std::function<void(void)>>>>
368368
stack;
369369
stack.emplace_back(expr, symbolPos, opKind, []() {});

0 commit comments

Comments
 (0)