Issue 52995
Summary MLIR Python bindings ODS generator should handle builder overloads like in C++
Labels mlir:python
Assignees
Reporter joker-eph
    Right now we generate a unique signature and changing an operation to add an interface, like InferTypeOpInterface, can change the signature of the builder breaking existing python code. In C++ it just adds an overload.

We could try to emit one pybind11 overload for each C++ overload instead.

@stellaraccident @ftynse 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to