[Mlir-commits] [mlir] [MLIR][memref] Fix normalization issue in memref.load (PR #107771)
Matthias Springer
llvmlistbot at llvm.org
Mon Mar 10 01:48:09 PDT 2025
matthias-springer wrote:
I am trying to untangle the `affine` and `memref` dialects. This PR couples them together more tightly. Can we make the `-normalize-memrefs` pass bail out when it sees `memref.load` instead? There is `affine.load`, which presumably should be used instead.
https://github.com/llvm/llvm-project/pull/107771
More information about the Mlir-commits
mailing list