[all-commits] [llvm/llvm-project] bb442b: [MLIR][Shape] Remove deprecated and unused lowerings

frgossen via All-commits all-commits at lists.llvm.org
Fri Jul 24 04:20:17 PDT 2020


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

  Changed paths:
    M mlir/lib/Conversion/ShapeToStandard/CMakeLists.txt
    M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
    R mlir/lib/Conversion/ShapeToStandard/ShapeToStandardPatterns.td
    M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir

  Log Message:
  -----------
  [MLIR][Shape] Remove deprecated and unused lowerings

This concerns `from/to_extent_tensor`, `size_to_index`, `index_to_size`, and
`const_size` conversion patterns. The new lowering will work directly on indices
and extent tensors. The shape and size values will allow for error values but
are not yet supported by the dialect conversion.

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




More information about the All-commits mailing list