[Mlir-commits] [mlir] [mlir][tblgen] add concrete create methods (PR #147168)

Maksim Levental llvmlistbot at llvm.org
Mon Jul 7 07:44:07 PDT 2025


makslevental wrote:

Here is what the update would look like https://github.com/llvm/llvm-project/pull/147311 - it's a lot of files so it would probably be better to chop by affected dir. Note currently it's missing instances like `arith::ConstantIntOp::build(OpBuilder &builder, OperationState &result, int64_t value, unsigned width)` which are "custom" but these are easily caught since if they're actually being used now the corresponding `arith::ConstantIntOp::create` will fail to compile (since it doesn't exist).

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


More information about the Mlir-commits mailing list