mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
Attempt to unbreak sphinx build bot by inserting a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
435a375718
commit
384021a927
@ -1,3 +1,4 @@
|
||||
.. _loop-terminology:
|
||||
===========================================
|
||||
LLVM Loop Terminology (and Canonical Forms)
|
||||
===========================================
|
||||
|
@ -538,9 +538,9 @@ compiled.
|
||||
The ``LoopPass`` class
|
||||
----------------------
|
||||
|
||||
All ``LoopPass`` execute on each loop in the function independent of all of the
|
||||
other loops in the function. ``LoopPass`` processes loops in loop nest order
|
||||
such that outer most loop is processed last.
|
||||
All ``LoopPass`` execute on each :ref:`loop <loop-terminology>` in the function
|
||||
independent of all of the other loops in the function. ``LoopPass`` processes
|
||||
loops in loop nest order such that outer most loop is processed last.
|
||||
|
||||
``LoopPass`` subclasses are allowed to update loop nest using ``LPPassManager``
|
||||
interface. Implementing a loop pass is usually straightforward.
|
||||
|
Loading…
x
Reference in New Issue
Block a user