[Mlir-commits] [mlir] [Linalg] Rename `isaConvolutionOpOfType` to `matchConvolutionOpOfType` along with few more updates (PR #174722)

Han-Chung Wang llvmlistbot at llvm.org
Mon Jan 12 13:02:47 PST 2026


hanhanW wrote:

What about we have both methods? We have `matchConvolutionOpOfType` like what you have; we also have `bool isaConvolutionOpOfType`, which is a sugar that calls `matchConvolutionOpOfType` and checks whether the returned value is `std::nullopt` or not.

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


More information about the Mlir-commits mailing list