[Mlir-commits] [mlir] [mlir][python] Add `walk` method to PyOperationBase (PR #87962)
Maksim Levental
llvmlistbot at llvm.org
Fri Apr 12 09:36:47 PDT 2024
================
@@ -2989,8 +3014,7 @@ void mlir::python::populateIRCore(py::module &m) {
py::arg("binary") = false, kOperationPrintStateDocstring)
.def("print",
py::overload_cast<std::optional<int64_t>, bool, bool, bool, bool,
- bool, py::object, bool>(
- &PyOperationBase::print),
+ bool, py::object, bool>(&PyOperationBase::print),
----------------
makslevental wrote:
i don't think there's anything that can be done about this? presumably @uenoku just did a `clang-format` and this happened? ie if this is reverted then `clang-format` will complain here as well.
https://github.com/llvm/llvm-project/pull/87962
More information about the Mlir-commits
mailing list