diff --git a/lib/gc/Transforms/Pipeline.cpp b/lib/gc/Transforms/Pipeline.cpp index 2cacd40dd..fef58eae0 100644 --- a/lib/gc/Transforms/Pipeline.cpp +++ b/lib/gc/Transforms/Pipeline.cpp @@ -182,7 +182,7 @@ void populateCPUPipeline(mlir::OpPassManager &pm) { populateBufferizationPasses(pm); // REMOVE this pass after the TensorPasses are added. Currently we add this // pass to make the pipeline work properly - pm.addNestedPass(createConvertLinalgToParallelLoopsPass()); + pm.addNestedPass(createConvertLinalgToLoopsPass()); populateMicroKernelPasses(pm); populateCPURuntimePasses(pm); // back-end, llvm dialect