[all-commits] [llvm/llvm-project] 2f98df: [mlir-reduce] Create MlirReduceLib
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Thu Jun 3 01:08:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f98dfe5b6158379978a58d4266b997d3ec1e409
https://github.com/llvm/llvm-project/commit/2f98dfe5b6158379978a58d4266b997d3ec1e409
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
A mlir/include/mlir/Tools/mlir-reduce/MlirReduceMain.h
M mlir/lib/Reducer/CMakeLists.txt
M mlir/lib/Tools/CMakeLists.txt
A mlir/lib/Tools/mlir-reduce/CMakeLists.txt
A mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
M mlir/tools/mlir-reduce/CMakeLists.txt
M mlir/tools/mlir-reduce/mlir-reduce.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list