[Mlir-commits] [mlir] [mlir][Linalg] Bugfix for folder of `linalg.transpose` (PR #102888)

Longsheng Mou llvmlistbot at llvm.org
Mon Aug 12 05:26:51 PDT 2024


CoTinker wrote:

It alse crash with `--canonicalize`, becase transpose has no result.
Or maybe I should amend:
https://github.com/llvm/llvm-project/blob/772785311eadeec2a0c0b7686e93578cf7131b50/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp#L509-L512
and
https://github.com/llvm/llvm-project/blob/772785311eadeec2a0c0b7686e93578cf7131b50/mlir/lib/IR/Operation.cpp#L611-L618

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


More information about the Mlir-commits mailing list