[Mlir-commits] [mlir] [mlir][vector] Refine vector.transfer_read hoisting/forwarding (PR #65770)

Matthias Springer llvmlistbot at llvm.org
Mon Sep 11 05:01:10 PDT 2023


matthias-springer wrote:

Btw, can you perform the hoisting on tensors instead of memrefs? There are no aliasing issues when hoisting before bufferization. I'm trying to see if it's worth generalizing the hoisting infrastructure, making it interface-based, and moving it to `mlir/Transforms`.

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


More information about the Mlir-commits mailing list