[PATCH] D65164: Define some basic terminology around loops in our documentation

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 14:32:25 PDT 2019


reames marked an inline comment as done.
reames added inline comments.


================
Comment at: docs/LoopTerminology.rst:91
+
+Loop Simplify Form
+==================
----------------
fhahn wrote:
> LoopSimplify Form and LCSSA are somewhat documented https://llvm.org/docs/Passes.html#loop-simplify-canonicalize-natural-loops and https://llvm.org/docs/Passes.html#lcssa-loop-closed-ssa-form-pass 
> 
> Maybe we should move the description here and link it from Passes.rst to avoid those getting out-of-sync?
Sounds like a great idea.  Once this lands, I'll do that move and link.  We definitely need to expand those descriptions quite a bit though.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65164





More information about the llvm-commits mailing list