Skip to content

Commit

Permalink
Canonicalize in Low level parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavitha Madhu committed Jun 25, 2024
1 parent a75fc65 commit 121bc85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TPP/PassBundles/LowLevelParallelization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ struct LowLevelParallelization
mlir::tpp::LoopExpansionPassOptions loopExpansionPassOptions;
loopExpansionPassOptions.numOuterParallel = outerParallelLoops;
pm.addPass(createLoopExpansionPass(loopExpansionPassOptions));
pm.addNestedPass<func::FuncOp>(createCanonicalizerPass());
}
};

0 comments on commit 121bc85

Please sign in to comment.