[all-commits] [llvm/llvm-project] 86a785: [mlir] Add shape.with_shape op

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Fri Jul 31 14:47:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 86a78546b97950dfacd44ab77f17f4ce055d16e5
      https://github.com/llvm/llvm-project/commit/86a78546b97950dfacd44ab77f17f4ce055d16e5
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/test/Dialect/Shape/ops.mlir

  Log Message:
  -----------
  [mlir] Add shape.with_shape op

This is an operation that can returns a new ValueShape with a different shape. Useful for composing shape function calls and reusing existing shape transfer functions.

Just adding the op in this change.

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




More information about the All-commits mailing list