[Mlir-commits] [mlir] [tblgen] Use `emitError` for inferResultTypes failures (PR #165488)

Stef Lindall llvmlistbot at llvm.org
Wed Oct 29 16:47:21 PDT 2025


bethebunny wrote:

If there's concern about breaking existing users who are relying on fatal errors, maybe it makes sense to generate `createChecked` variants, similar to `getChecked` builders for attrs and types? I generate bindings for these on the attr/type side rather than the unchecked variants for a similar reason

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


More information about the Mlir-commits mailing list