[all-commits] [llvm/llvm-project] 371331: [MLIR] Shape to standard dialect lowering

frgossen via All-commits all-commits at lists.llvm.org
Wed Jun 3 09:17:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3713314bfae3dc9a793c152e8a698a2ca1444f6c
      https://github.com/llvm/llvm-project/commit/3713314bfae3dc9a793c152e8a698a2ca1444f6c
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    A mlir/include/mlir/Conversion/ShapeToStandard/ShapeToStandard.h
    M mlir/include/mlir/InitAllPasses.h
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/ShapeToStandard/CMakeLists.txt
    A mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
    A mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir

  Log Message:
  -----------
  [MLIR] Shape to standard dialect lowering

Add a new pass to lower operations from the `shape` to the `std` dialect.
The conversion applies only to the `size_to_index` and `index_to_size`
operations and affected types.
Other patterns will be added as needed.

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




More information about the All-commits mailing list