diff --git a/lib/TPP/PassBundles/TppMapping.cpp b/lib/TPP/PassBundles/TppMapping.cpp index a7f3b60f9..98a86996d 100644 --- a/lib/TPP/PassBundles/TppMapping.cpp +++ b/lib/TPP/PassBundles/TppMapping.cpp @@ -67,7 +67,7 @@ struct TppMapping : public tpp::impl::TppMappingBase, // TODO: Remove when layout propagation and tile-and-fuse have better // support for named ops. pm.addNestedPass(createGeneralizeNamedOps()); - pm.addNestedPass(createConvertAddInplacePass()); + pm.addNestedPass(createConvertLinalgToInplace()); // Postprocess packing. // Run only canonicalizer at this stage as full cleanup (mostly CSE) can