[Mlir-commits] [mlir] [mlir][linalg] Add pattern to bubble-up pack through expand shape op (PR #93529)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jun 25 11:29:30 PDT 2024


================

----------------
adam-smnk wrote:

> If I revert this PR locally, the crash goes away.

Interesting, looking at the stack dump it's calling `bubbleUpPackOpThroughCollapseShape` which is unrelated and should be untouched by this PR.

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


More information about the Mlir-commits mailing list