[Mlir-commits] [mlir] [Linalg] Introduce ConvMatchBuilder + refactor Conv matchers (PR #169704)
Han-Chung Wang
llvmlistbot at llvm.org
Fri Nov 28 15:26:08 PST 2025
================
----------------
hanhanW wrote:
I did not capture this in previous review, but the common style is like this:
```suggestion
//===----------------------------------------------------------------------===//
// Matchers for specific convolution operation.
//===----------------------------------------------------------------------===//
```
How about we make the change since you're touching the code?
https://github.com/llvm/llvm-project/pull/169704
More information about the Mlir-commits
mailing list