[mlir-reduce] Create MlirReduceLib
authorChia-hung Duan <chiahungduan@google.com>
Thu, 3 Jun 2021 07:51:49 +0000 (15:51 +0800)
committerChia-hung Duan <chiahungduan@google.com>
Thu, 3 Jun 2021 07:58:26 +0000 (15:58 +0800)
commit2f98dfe5b6158379978a58d4266b997d3ec1e409
treed5062689a1fcb88df1acf68ac1056f192aeb0a98
parentb40908e639b6075c77d7b2a990a2a273a39f4102
[mlir-reduce] Create MlirReduceLib

Move the core reducer algorithm into a library so that it'll be easier
for porting to different projects.

Depends On D101046

Reviewed By: jpienaar, rriddle

Differential Revision: https://reviews.llvm.org/D101607
mlir/include/mlir/Tools/mlir-reduce/MlirReduceMain.h [new file with mode: 0644]
mlir/lib/Reducer/CMakeLists.txt
mlir/lib/Tools/CMakeLists.txt
mlir/lib/Tools/mlir-reduce/CMakeLists.txt [new file with mode: 0644]
mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp [new file with mode: 0644]
mlir/tools/mlir-reduce/CMakeLists.txt
mlir/tools/mlir-reduce/mlir-reduce.cpp