[all-commits] [llvm/llvm-project] 4dece4: [flang] Pass the pipeline config to the pass
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Aug 9 07:05:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4dece4007cc2fb261f29d14287836e28a355810a
https://github.com/llvm/llvm-project/commit/4dece4007cc2fb261f29d14287836e28a355810a
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Tools/CLOptions.inc
M flang/lib/Optimizer/Transforms/AlgebraicSimplification.cpp
Log Message:
-----------
[flang] Pass the pipeline config to the pass
The newly added AlgebraicSimplification pass is triggering the
greedy pattern rewriter. Since we define a specific config in the
flang pipeline, this patch adds the ability to pass the config
to the pass directly.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D131474
More information about the All-commits
mailing list