[all-commits] [llvm/llvm-project] a25f5c: Revert "[MLIR] Lower shape.num_elements -> shape.r...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Jun 7 12:33:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a25f5cd70cef6f74eed45a61c14abca98cd416e4
https://github.com/llvm/llvm-project/commit/a25f5cd70cef6f74eed45a61c14abca98cd416e4
Author: Mehdi Amini <joker.eph at gmail.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
R mlir/include/mlir/Dialect/Shape/Transforms/CMakeLists.txt
R mlir/include/mlir/Dialect/Shape/Transforms/Passes.h
R 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
R mlir/lib/Dialect/Shape/Transforms/CMakeLists.txt
R mlir/lib/Dialect/Shape/Transforms/PassDetail.h
R mlir/lib/Dialect/Shape/Transforms/ShapeToShapeLowering.cpp
R mlir/test/Dialect/Shape/shape-to-shape.mlir
Log Message:
-----------
Revert "[MLIR] Lower shape.num_elements -> shape.reduce."
This reverts commit e80617df894b00d12d5afb9d819e6ff9141cc29e.
This broke the build with `-DBUILD_SHARED_LIBS=ON`
More information about the All-commits
mailing list