================
@@ -285,7 +285,8 @@ template <typename DerivedT, typename TargetMachineT> class 
CodeGenPassBuilder {
 
       FunctionPassManager FPM;
       FPM.addPass(createFunctionToMachineFunctionPassAdaptor(std::move(MFPM)));
-      FPM.addPass(InvalidateAnalysisPass<MachineFunctionAnalysis>());
+      // Since this is the last pass in the pipeline, we can clear all analyses
----------------
cdevadas wrote:

```suggestion
      // Since this is the last pass in the pipeline, we can clear all analyses.
```

https://github.com/llvm/llvm-project/pull/139517
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to