[llvm] [Utils][UnifyLoopExits] Avoid costly updates if nothing changed (PR #129179)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 20:46:56 PST 2025


================
@@ -110,7 +110,9 @@ struct ControlFlowHub {
     Branches.emplace_back(BB, Succ0, Succ1);
   }
 
-  BasicBlock *
+  /// Return the unified loop exist block and a flag indicating if the CFG was
+  /// changed at all.
----------------
arsenm wrote:

"exist block"?

https://github.com/llvm/llvm-project/pull/129179


More information about the llvm-commits mailing list