[Mlir-commits] [mlir] Adding memref normalization of affine.prefetch (PR #89675)

Alexandre Eichenberger llvmlistbot at llvm.org
Wed Apr 24 19:01:59 PDT 2024


AlexandreEichenberger wrote:

@bondhugula any objections? Since load/store ops are already normalizable, feels like having prefetch too is not a big deal? We encounter memory layouts with floordiv/ceildiv/mods (for tiling).

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


More information about the Mlir-commits mailing list