We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b0e92 commit 8344a53Copy full SHA for 8344a53
mlir/lib/Bindings/Python/IRCore.cpp
@@ -2105,7 +2105,7 @@ nb::object PyOpView::buildGeneric(
2105
// Delegate to create.
2106
return PyOperation::create(name,
2107
/*results=*/std::move(resultTypes),
2108
- /*operands=*/std::move(operands),
+ /*operands=*/operands,
2109
/*attributes=*/std::move(attributes),
2110
/*successors=*/std::move(successors),
2111
/*regions=*/*regions, location, maybeIp,
0 commit comments