[Mlir-commits] [mlir] [mlir] Add strided metadata range dataflow analysis (PR #161280)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Oct 9 09:30:05 PDT 2025


krzysz00 wrote:

LGTM aside from maybe we can rely on non-negativity

We can also probably make all those `mul`s and `add`s be `nsw` by definition of `memref`.

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


More information about the Mlir-commits mailing list