Skip to content

Commit

Permalink
Update to match upstream API change (NFC).
Browse files Browse the repository at this point in the history
This method was renamed but staging function kept, switch to renamed variant.

PiperOrigin-RevId: 709047721
  • Loading branch information
jpienaar authored and copybara-github committed Dec 24, 2024
1 parent abb9fed commit 786f62b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,7 @@ LogicalResult BasicPropagationPassImpl::propagate(
GreedyRewriteConfig config;
config.useTopDownTraversal = true;
config.enableRegionSimplification = mlir::GreedySimplifyRegionLevel::Disabled;
if (failed(applyPatternsAndFoldGreedily(moduleOp, std::move(patterns),
config))) {
if (failed(applyPatternsGreedily(moduleOp, std::move(patterns), config))) {
return failure();
}

Expand Down

0 comments on commit 786f62b

Please sign in to comment.