[all-commits] [llvm/llvm-project] 7fd6f4: [mlir][python] Add custom constructor for memref load

ftynse via All-commits all-commits at lists.llvm.org
Wed Oct 13 08:11:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fd6f40dbd4ebd5c3378819e51a42d9d24c3dd9d
      https://github.com/llvm/llvm-project/commit/7fd6f40dbd4ebd5c3378819e51a42d9d24c3dd9d
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    A mlir/python/mlir/dialects/_memref_ops_ext.py
    M mlir/test/python/dialects/memref.py

  Log Message:
  -----------
  [mlir][python] Add custom constructor for memref load

The type can be inferred trivially, but it is currently done as string
stitching between ODS and C++ and is not easily exposed to Python.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list