[all-commits] [llvm/llvm-project] 0e1a42: [MLIR][Shape] Allow `shape.get_extent` to operate ...

frgossen via All-commits all-commits at lists.llvm.org
Fri Jul 24 01:35:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e1a42efd8b8702a6adcb09802b84bdd8e727a19
      https://github.com/llvm/llvm-project/commit/0e1a42efd8b8702a6adcb09802b84bdd8e727a19
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
    M mlir/test/Dialect/Shape/canonicalize.mlir
    M mlir/test/Dialect/Shape/ops.mlir

  Log Message:
  -----------
  [MLIR][Shape] Allow `shape.get_extent` to operate on extent tensors

`shape.get_extent` now accepts extent tensors `tensor<?xindex>` as an argument.

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




More information about the All-commits mailing list