[Mlir-commits] [mlir] [mlir][tblgen] add concrete create methods (PR #147168)
Mehdi Amini
llvmlistbot at llvm.org
Mon Jul 7 08:41:08 PDT 2025
joker-eph wrote:
> Note currently it's missing instances like
> arith::ConstantIntOp::build(OpBuilder &builder, OperationState &result, int64_t value, unsigned width)
Oh so I was wrong when I wrote before that:
> preserving compatibility with existing builders (important since they can be handwritten today).
That means that @kuhar's idea is somehow on par with this I think.
https://github.com/llvm/llvm-project/pull/147168
More information about the Mlir-commits
mailing list