[all-commits] [llvm/llvm-project] f573bc: [mlir][py] Reuse more of CAPI build time inference.

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Sun Jul 23 21:27:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f573bc24d4ea61d68ea61e49eeefbb9a84fa4f34
      https://github.com/llvm/llvm-project/commit/f573bc24d4ea61d68ea61e49eeefbb9a84fa4f34
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2023-07-23 (Sun, 23 Jul 2023)

  Changed paths:
    M mlir/lib/Bindings/Python/IRCore.cpp
    M mlir/lib/Bindings/Python/IRModule.h
    M mlir/test/mlir-tblgen/op-python-bindings.td
    M mlir/tools/mlir-tblgen/OpPythonBindingGen.cpp

  Log Message:
  -----------
  [mlir][py] Reuse more of CAPI build time inference.

This reduces code generated for type inference and instead reuses
facilities CAPI side that performed same role.

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




More information about the All-commits mailing list