[Mlir-commits] [mlir] [mlir:python] Compute get_op_result_or_value in PyOpView's constructor. (PR #123953)
Peter Hawkins
llvmlistbot at llvm.org
Thu Jan 23 13:17:43 PST 2025
================
@@ -1478,12 +1478,11 @@ static void maybeInsertOperation(PyOperationRef &op,
nb::object PyOperation::create(std::string_view name,
std::optional<std::vector<PyType *>> results,
- std::optional<std::vector<PyValue *>> operands,
+ const llvm::SmallVector<MlirValue, 4> &operands,
----------------
hawkinsp wrote:
Done.
https://github.com/llvm/llvm-project/pull/123953
More information about the Mlir-commits
mailing list