[all-commits] [llvm/llvm-project] c691b9: [mlir] Add an option to still use bottom-up traversal
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Mar 22 01:59:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c691b9686b77c0f76e889a8c52a9c53be4e778e4
https://github.com/llvm/llvm-project/commit/c691b9686b77c0f76e889a8c52a9c53be4e778e4
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir] Add an option to still use bottom-up traversal
GreedyPatternRewriteDriver was changed from bottom-up traversal to top-down traversal. Not all passes work yet with that change for traversal order. To give some time for fixing, add an option to allow to switch back to bottom-up traversal. Use this option in FusionOfTensorOpsPass which fails otherwise.
Differential Revision: https://reviews.llvm.org/D99059
More information about the All-commits
mailing list