[all-commits] [llvm/llvm-project] a33b64: Revert "Refactor the architecture of mlir-reduce"

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Apr 14 12:26:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a33b6471001aa8381a152c9ff49442e79d6198f8
      https://github.com/llvm/llvm-project/commit/a33b6471001aa8381a152c9ff49442e79d6198f8
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M mlir/include/mlir/Reducer/Passes/OpReducer.h
    M mlir/include/mlir/Reducer/ReductionNode.h
    M mlir/include/mlir/Reducer/ReductionTreePass.h
    A mlir/include/mlir/Reducer/ReductionTreeUtils.h
    M mlir/include/mlir/Reducer/Tester.h
    M mlir/lib/Reducer/Tester.cpp
    M mlir/tools/mlir-reduce/CMakeLists.txt
    M mlir/tools/mlir-reduce/OptReductionPass.cpp
    A mlir/tools/mlir-reduce/Passes/OpReducer.cpp
    M mlir/tools/mlir-reduce/ReductionNode.cpp
    R mlir/tools/mlir-reduce/ReductionTreePass.cpp
    A mlir/tools/mlir-reduce/ReductionTreeUtils.cpp
    M mlir/tools/mlir-reduce/mlir-reduce.cpp

  Log Message:
  -----------
  Revert "Refactor the architecture of mlir-reduce"

This reverts commit a32846b1d0147f30f6dde4bfec453cd681937005.

The build is broken with -DBUILD_SHARED_LIBS=ON:

tools/mlir/lib/Reducer/CMakeFiles/obj.MLIRReduce.dir/Tester.cpp.o: In function `mlir::Tester::isInteresting(mlir::ModuleOp) const':
Tester.cpp:(.text._ZNK4mlir6Tester13isInterestingENS_8ModuleOpE+0xa8): undefined reference to `mlir::OpPrintingFlags::OpPrintingFlags()'
Tester.cpp:(.text._ZNK4mlir6Tester13isInterestingENS_8ModuleOpE+0xc6): undefined reference to `mlir::Operation::print(llvm::raw_ostream&, mlir::OpPrintingFlags)'




More information about the All-commits mailing list