[Mlir-commits] [mlir] [mlir][linalg] Add pattern to clean unused results after fusion (PR #158627)

Nirvedh Meshram llvmlistbot at llvm.org
Fri Sep 19 09:13:46 PDT 2025


https://github.com/nirvedhmeshram approved this pull request.

LGTM, looks like there are formatting issues (trailing whitespaces perhaps?), I usually use 
```
git clang-format HEAD^
```
to have the code formatted correctly. But after that's fixed i think this is good. 

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


More information about the Mlir-commits mailing list