[all-commits] [llvm/llvm-project] 4cd923: [MLIR][Shape] Expose extent tensor type builder

frgossen via All-commits all-commits at lists.llvm.org
Wed Aug 5 02:44:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cd923784e9079384792e0aed38d56809d6a4f9a
      https://github.com/llvm/llvm-project/commit/4cd923784e9079384792e0aed38d56809d6a4f9a
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/Shape.h
    M mlir/lib/Dialect/Shape/IR/Shape.cpp

  Log Message:
  -----------
  [MLIR][Shape] Expose extent tensor type builder

The extent tensor type is a `tensor<?xindex>` that is used in the shape dialect.
To facilitate the use of this type when working with the shape dialect, we
expose the helper function for its construction.

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




More information about the All-commits mailing list