diff options
author | Adrian Kuegel <akuegel@google.com> | 2021-03-22 09:42:57 +0100 |
---|---|---|
committer | Adrian Kuegel <akuegel@google.com> | 2021-03-22 09:49:44 +0100 |
commit | c691b9686b77c0f76e889a8c52a9c53be4e778e4 (patch) | |
tree | a725fe1e1733019bb8ad1452d659b7a74441b45d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 82f6e0dde29e6c6da27f64db5992eb539a57d21b (diff) | |
download | llvm-c691b9686b77c0f76e889a8c52a9c53be4e778e4.zip llvm-c691b9686b77c0f76e889a8c52a9c53be4e778e4.tar.gz llvm-c691b9686b77c0f76e889a8c52a9c53be4e778e4.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions