[all-commits] [llvm/llvm-project] 4669ea: [mlir] Add initial Python bindings for DenseInt/FP...

ftynse via All-commits all-commits at lists.llvm.org
Mon Nov 9 06:24:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4669ea3bd8cfce9fca22f3b18abc447c1d42f82a
      https://github.com/llvm/llvm-project/commit/4669ea3bd8cfce9fca22f3b18abc447c1d42f82a
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M mlir/lib/Bindings/Python/IRModules.cpp
    M mlir/test/Bindings/Python/ir_attributes.py

  Log Message:
  -----------
  [mlir] Add initial Python bindings for DenseInt/FPElementsAttr

Enumerating elements in these classes is necessary to enable custom
operand accessors for variadic operands.

Depends On D90919

Reviewed By: stellaraccident

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




More information about the All-commits mailing list