[Mlir-commits] [mlir] Fix bug in `visitDivExpr`, `visitModExpr` and `visitMulExpr` (PR #145290)

Arnab Dutta llvmlistbot at llvm.org
Mon Jun 30 06:01:24 PDT 2025


================
@@ -1274,6 +1273,27 @@ SimpleAffineExprFlattener::SimpleAffineExprFlattener(unsigned numDims,
   operandExprStack.reserve(8);
 }
 
+LogicalResult SimpleAffineExprFlattener::addExprToFlattenedList(
----------------
arnab-polymage wrote:

The comment inside the function you have pasted explains this.

https://github.com/llvm/llvm-project/pull/145290


More information about the Mlir-commits mailing list