[all-commits] [llvm/llvm-project] b208e5: [mlir] Add Python bindings for IntegerSet

ftynse via All-commits all-commits at lists.llvm.org
Tue Jan 26 08:38:00 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b208e5bcd0be5ffb6346b1eab30ad372782bbe4b
      https://github.com/llvm/llvm-project/commit/b208e5bcd0be5ffb6346b1eab30ad372782bbe4b
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M mlir/include/mlir-c/Bindings/Python/Interop.h
    M mlir/lib/Bindings/Python/IRModules.cpp
    M mlir/lib/Bindings/Python/IRModules.h
    A mlir/test/Bindings/Python/ir_integer_set.py

  Log Message:
  -----------
  [mlir] Add Python bindings for IntegerSet

This follows up on the introduction of C API for the same object and is similar
to AffineExpr and AffineMap.

Reviewed By: stellaraccident

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




More information about the All-commits mailing list