[llvm] CycleInfo: Fix splitCriticalEdge (PR #68584)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 12:18:49 PDT 2023


================
@@ -261,6 +261,7 @@ template <typename ContextT> class GenericCycleInfo {
   const ContextT &getSSAContext() const { return Context; }
 
   CycleT *getCycle(const BlockT *Block) const;
+  CycleT *getCycleContaining(const BlockT *A, const BlockT *B) const;
----------------
nhaehnle wrote:

The idea was that the method would take Cycle arguments...

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


More information about the llvm-commits mailing list