[Mlir-commits] [mlir] [mlir][affine][Analysis] Add conservative bounds for semi-affine mods (PR #93576)

Benjamin Maxwell llvmlistbot at llvm.org
Fri May 31 07:50:17 PDT 2024


MacDue wrote:

Just looking in the affine sources I found:

```
  /// RHS of mod is always a constant or a symbolic expression with a positive
  /// value.
```

So does that mean a negative symbolic rhs mod is UB?


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


More information about the Mlir-commits mailing list