[Mlir-commits] [mlir] [mlir][tensor] Move extract_slice reshaping into two functions (PR #153675)

Ian Wood llvmlistbot at llvm.org
Thu Aug 14 15:37:40 PDT 2025


IanWood1 wrote:

> Looks fine to me. I am assuming this is mostly a move of the logic and that github is messing up the diff?

The only real change here was to remove the calls to `rewriter.notifyMatchFailure` and replace them with `return failure();` since the standalone functions use an `OpBuilder` instead of a `PatternRewriter`.

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


More information about the Mlir-commits mailing list