[Mlir-commits] [mlir] [mlir][linalg] Expose transform.fuse_into_containing_op helpers: NFC (PR #72473)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 16 09:35:32 PST 2023


MaheshRavishankar wrote:

These things need to be decoupled. I am trying to unify everything in a way that can be used directly and the transform dialect operations just call into these methods. There are a lot of threads to untangle here, but I am starting with these here https://github.com/llvm/llvm-project/pull/72178 . I still have to untangle things, and this is definitely part of the entanglement, but I dont yet know how. Maybe we can just use one of the methods here https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h

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


More information about the Mlir-commits mailing list