[Mlir-commits] [mlir] Fix bug in `visitDivExpr`, `visitModExpr` and `visitMulExpr` (PR #145290)
Uday Bondhugula
llvmlistbot at llvm.org
Tue Jul 1 09:35:01 PDT 2025
================
@@ -1274,6 +1273,27 @@ SimpleAffineExprFlattener::SimpleAffineExprFlattener(unsigned numDims,
operandExprStack.reserve(8);
}
+LogicalResult SimpleAffineExprFlattener::addExprToFlattenedList(
----------------
bondhugula wrote:
Actually, I don't see the override using them either.
https://github.com/llvm/llvm-project/pull/145290
More information about the Mlir-commits
mailing list