[Mlir-commits] [mlir] [MLIR][LINALG] Bubble up extract slice above Linalg Op - address multi-user case (PR #79078)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 24 16:45:42 PST 2024
MaheshRavishankar wrote:
That would, but I would actually recommend trying out what I said in the comment above
>
> Is there a use case you are interested in. One way to address your use case would be to move the core implementation out of the pattern and call that separately. On that note
>
> https://github.com/llvm/llvm-project/blob/a2d68b4bece54bcfa7bfde1e80058ab19b6d1775/mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h#L30
>
> should already provide that functionality by itself. So I think a lot of this is probably redundant code (I can address this appropriately down the line).
https://github.com/llvm/llvm-project/pull/79078
More information about the Mlir-commits
mailing list