[PATCH] D65164: Define some basic terminology around loops in our documentation
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 13:36:42 PDT 2019
fhahn added a reviewer: fhahn.
fhahn added a comment.
Thanks for writing this up!
================
Comment at: docs/LoopTerminology.rst:91
+
+Loop Simplify Form
+==================
----------------
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?
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