[all-commits] [llvm/llvm-project] e80617: [MLIR] Lower shape.num_elements -> shape.reduce.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Sun Jun 7 07:39:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e80617df894b00d12d5afb9d819e6ff9141cc29e
https://github.com/llvm/llvm-project/commit/e80617df894b00d12d5afb9d819e6ff9141cc29e
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-06-07 (Sun, 07 Jun 2020)
Changed paths:
M mlir/docs/Passes.md
M mlir/include/mlir/Dialect/Shape/CMakeLists.txt
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
A mlir/include/mlir/Dialect/Shape/Transforms/CMakeLists.txt
A mlir/include/mlir/Dialect/Shape/Transforms/Passes.h
A mlir/include/mlir/Dialect/Shape/Transforms/Passes.td
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Dialect/Shape/CMakeLists.txt
M mlir/lib/Dialect/Shape/IR/Shape.cpp
A mlir/lib/Dialect/Shape/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Shape/Transforms/PassDetail.h
A mlir/lib/Dialect/Shape/Transforms/ShapeToShapeLowering.cpp
A mlir/test/Dialect/Shape/shape-to-shape.mlir
Log Message:
-----------
[MLIR] Lower shape.num_elements -> shape.reduce.
Differential Revision: https://reviews.llvm.org/D81279
More information about the All-commits
mailing list