Skip to content

Commit

Permalink
Remove extra canonicalization
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-smnk committed Aug 6, 2024
1 parent 5403818 commit 0315fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/TPP/PassBundles/TppMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ struct TppMapping : public tpp::impl::TppMappingBase<TppMapping>,
// TODO: Remove when layout propagation and tile-and-fuse have better
// support for named ops.
pm.addNestedPass<func::FuncOp>(createGeneralizeNamedOps());
pm.addPass(createCanonicalizerPass());

// Postprocess packing.
// Run only canonicalizer at this stage as full cleanup (mostly CSE) can
Expand Down

0 comments on commit 0315fc0

Please sign in to comment.