[PATCH] D112696: CycleInfo: Introduce cycles as a generalization of loops

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 02:57:46 PDT 2021


foad added inline comments.


================
Comment at: llvm/include/llvm/ADT/GenericCycleInfo.h:136
+
+/// A possibliy irreducible generalization of a \ref Loop.
+template <typename ContextT> class GenericCycle {
----------------
Typo "possibly"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112696/new/

https://reviews.llvm.org/D112696



More information about the llvm-commits mailing list