[all-commits] [llvm/llvm-project] 66e0f6: [MLIR][Shape] Canonicalize subsequent `size_to_ind...

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


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 66e0f66d8ffb9d889ccb3a411c2d1e04a5e0ec41
      https://github.com/llvm/llvm-project/commit/66e0f66d8ffb9d889ccb3a411c2d1e04a5e0ec41
  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 `size_to_index` and `index_to_size`

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

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




More information about the All-commits mailing list