We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eb6ce commit e29f8c5Copy full SHA for e29f8c5
lib/Transforms/RemoveParserControlFlow.cpp
@@ -93,7 +93,7 @@ void RemoveParserControlFlowPass::runOnOperation() {
93
mlir::FrozenRewritePatternSet frozenPatterns(std::move(patterns));
94
95
mlir::GreedyRewriteConfig grc;
96
- grc.useTopDownTraversal = true;
+ grc.setUseTopDownTraversal(true);
97
98
auto walkResult = getOperation()->walk([&](P4HIR::ParserOp parserOp) -> mlir::WalkResult {
99
// Interrupt on failure.
0 commit comments