[Mlir-commits] [mlir] [mlir][affine] Add ValueBounds-based simplification for delinearize(linearize) pairs (PR #187245)

Han-Chung Wang llvmlistbot at llvm.org
Thu Mar 26 12:52:38 PDT 2026


================

----------------
hanhanW wrote:

```suggestion
  ValueBoundsConstraintSet::Variable rhsVar =
      buildProductVariable(rhs.slice(rhs.size() - rhsTailConsumed - 1, 1), ctx);
  AffineExpr productExpr = getAffineConstantExpr(1, ctx);
  SmallVector<Value> operands;
```

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


More information about the Mlir-commits mailing list