[all-commits] [llvm/llvm-project] 1fb2e8: [mlir][python] Forward _OperationBase _CAPIPtr to ...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Mon Sep 20 18:52:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fb2e842a93ac862849f5081eb6fdf6f1447ef2a
      https://github.com/llvm/llvm-project/commit/1fb2e842a93ac862849f5081eb6fdf6f1447ef2a
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M mlir/lib/Bindings/Python/IRCore.cpp

  Log Message:
  -----------
  [mlir][python] Forward _OperationBase _CAPIPtr to the Operation.

* ODS generated operations extend _OperationBase and without this, cannot be marshalled to CAPI functions.
* No test case updates: this kind of interop is quite hard to verify with in-tree tests.

Differential Revision: https://reviews.llvm.org/D110030




More information about the All-commits mailing list