[all-commits] [llvm/llvm-project] bf2a4f: [MLIR][Shape] Canonicalize subsequent `index_to_si...

frgossen via All-commits all-commits at lists.llvm.org
Thu Jun 25 05:22:05 PDT 2020


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

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td
    M mlir/test/Dialect/Shape/canonicalize.mlir

  Log Message:
  -----------
  [MLIR][Shape] Canonicalize subsequent `index_to_size` and `size_to_index`

Eliminate the subsequent applications of `index_to_size` and `size_to_index`.

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




More information about the All-commits mailing list