[all-commits] [llvm/llvm-project] c030ba: [mlir] Add alias for input to shaped type op inter...

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Wed Jul 21 10:34:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c030ba2fc8f14e3646c776fe383494b8cec41ab5
      https://github.com/llvm/llvm-project/commit/c030ba2fc8f14e3646c776fe383494b8cec41ab5
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M mlir/include/mlir/Interfaces/InferTypeOpInterface.h
    M mlir/include/mlir/Interfaces/InferTypeOpInterface.td

  Log Message:
  -----------
  [mlir] Add alias for input to shaped type op interface

Range type that allows for wrapping different value & shape ranges with
correspondence to Shape's ValueShape type - initially aliased to
ValueRange (which corresponds to the trivial mapping from a ShapedType's
Value's shape to shape). Just plain alias, before expanding.

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




More information about the All-commits mailing list