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 Jan 2, 2025
1 parent 35c648b commit c6a916b
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 c6a916b

Please sign in to comment.