[Mlir-commits] [mlir] [MLIR] Add more ops support for flattening memref operands (PR #159841)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Sep 30 11:36:52 PDT 2025
krzysz00 wrote:
Also, general notes
- We should be using `affine.linearize_index` where possible (this is part of the motivation for the contiguous layout stuff I've been fixing to get around to)
- Arithmetic ops should have `nsw`s on them
https://github.com/llvm/llvm-project/pull/159841
More information about the Mlir-commits
mailing list