[Mlir-commits] [mlir] [mlir][linalg] Relax structured op region filler check (PR #123741)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jan 21 07:37:38 PST 2025


adam-smnk wrote:

> Makes sense, but I am surprised that this wouldn't work before. Does `fillStructuredOpRegion` run before Op verifier?

`fillStructuredOpRegion` runs as a part of parser and builder so I'd think verification comes later.

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


More information about the Mlir-commits mailing list