https://github.com/MaskRay created 
https://github.com/llvm/llvm-project/pull/209990

Move getHeader, isReducible, getParentCycle, getDepth, and getNumBlocks
off GenericCycle onto GenericCycleInfo, each taking the cycle by
reference, so callers query a cycle through GenericCycleInfo instead of
calling methods on it. This is a step toward replacing the GenericCycle
pointer with an opaque handle.

Aided by Claude Opus 4.8



_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to