[Mlir-commits] [mlir] [mlir][mlir-tblgen] Emit correct error message if method is pruned (PR #160334)

Justin Kim llvmlistbot at llvm.org
Wed Sep 24 06:19:36 PDT 2025


JustinKim98 wrote:

> I don't know, but is anything failing in MLIR if you fix this filtering?

I didn't observe anything fail after removing the filtering. (removing `if(body)`)

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


More information about the Mlir-commits mailing list