[Mlir-commits] [mlir] add `arith::ConstantIntOp` constructor (PR #144638)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Jun 18 00:07:20 PDT 2025


================
@@ -56,6 +56,8 @@ class ConstantIntOp : public arith::ConstantOp {
   using arith::ConstantOp::ConstantOp;
   static ::mlir::TypeID resolveTypeID() { return TypeID::get<ConstantOp>(); }
 
+  using arith::ConstantOp::build;
----------------
ftynse wrote:

Why is this needed? The base constructors may be intentionally hidden.

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


More information about the Mlir-commits mailing list