[all-commits] [llvm/llvm-project] 0386b6: [MLIR] Lower shape.num_elements -> shape.reduce.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Sun Jun 7 07:35:39 PDT 2020
Branch: refs/heads/piper_export_cl_314689823
Home: https://github.com/llvm/llvm-project
Commit: 0386b6ac330bd591f1f04c24c5416cc24b0c2c0a
https://github.com/llvm/llvm-project/commit/0386b6ac330bd591f1f04c24c5416cc24b0c2c0a
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