[all-commits] [llvm/llvm-project] eaf491: [MLIR][Shape] Realize `shape` to `std` lowering wi...

frgossen via All-commits all-commits at lists.llvm.org
Thu Jun 18 00:54:26 PDT 2020


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

  Changed paths:
    M mlir/lib/Conversion/ShapeToStandard/CMakeLists.txt
    M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
    A mlir/lib/Conversion/ShapeToStandard/ShapeToStandardPatterns.td

  Log Message:
  -----------
  [MLIR][Shape] Realize `shape` to `std` lowering with declarative patterns

Setup declarative rewrite rules to lower the `shape` dialect to the `std`
dialect with two exemplary rules for `from/to_extent_tensor`.

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




More information about the All-commits mailing list