[all-commits] [llvm/llvm-project] 222d30: Use PassPipelineCLParser in mlir-reduce
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Apr 14 14:41:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 222d30d32c83a56c19aa4b76649edf6131e2c1a2
https://github.com/llvm/llvm-project/commit/222d30d32c83a56c19aa4b76649edf6131e2c1a2
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M mlir/include/mlir/Reducer/CMakeLists.txt
M mlir/include/mlir/Reducer/OptReductionPass.h
A mlir/include/mlir/Reducer/Passes.h
M mlir/include/mlir/Reducer/Passes.td
M mlir/include/mlir/Reducer/ReductionTreePass.h
M mlir/test/mlir-reduce/dce-test.mlir
M mlir/test/mlir-reduce/multiple-function.mlir
M mlir/test/mlir-reduce/simple-test.mlir
M mlir/tools/mlir-reduce/OptReductionPass.cpp
M mlir/tools/mlir-reduce/ReductionTreePass.cpp
M mlir/tools/mlir-reduce/mlir-reduce.cpp
Log Message:
-----------
Use PassPipelineCLParser in mlir-reduce
We are able to config the reducer pass pipeline through command-line.
Reviewed By: jpienaar, rriddle
Differential Revision: https://reviews.llvm.org/D100155
More information about the All-commits
mailing list