Skip to content

Commit

Permalink
git-clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman committed Jan 20, 2025
1 parent ced56d5 commit b073ee0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,10 @@ struct ScheduleExecutionPass
op.getCanonicalizationPatterns(patterns, context);
}

// Barriers are used only for analysis and can be removed as part of cleanup.
// Barriers are used only for analysis and can be removed as part of
// cleanup.
patterns.insert<RemoveBarriers>(context);

FrozenRewritePatternSet frozenPatterns(std::move(patterns));
if (failed(applyPatternsGreedily(getOperation(), frozenPatterns))) {
return signalPassFailure();
Expand Down

0 comments on commit b073ee0

Please sign in to comment.