[Mlir-commits] [mlir] [mlir][linalg] Add a new helper hook - `isVectorizable` (PR #110708)

Han-Chung Wang llvmlistbot at llvm.org
Wed Oct 2 08:30:10 PDT 2024


hanhanW wrote:

I see your point, thanks for the details. It's very helpful! I'm generally +1 on removing the dup code between transform ops and pattern rewriting. It reduces the probability that one is supported in transform ops but not pattern rewriting.

I think `hasVectorizationImpl` is a better name. What do you think?

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


More information about the Mlir-commits mailing list