[Mlir-commits] [mlir] [mlir][linalg] Do not set insertion point inside padding function (PR #165420)

Fabian Mora llvmlistbot at llvm.org
Tue Oct 28 08:51:04 PDT 2025


https://github.com/fabianmcg commented:

The expectation that the caller is the one setting the insertion point is already how things like rewrite patterns work, so conceptually LGTM.

Please add a comment documenting this is the expectation, also there's a build error because there's a transform not setting the insertion point.

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


More information about the Mlir-commits mailing list