File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ .. _loop-terminology :
1
2
===========================================
2
3
LLVM Loop Terminology (and Canonical Forms)
3
4
===========================================
Original file line number Diff line number Diff line change @@ -538,9 +538,9 @@ compiled.
538
538
The ``LoopPass `` class
539
539
----------------------
540
540
541
- All ``LoopPass `` execute on each loop in the function independent of all of the
542
- other loops in the function. ``LoopPass `` processes loops in loop nest order
543
- such that outer most loop is processed last.
541
+ All ``LoopPass `` execute on each :ref: ` loop < loop-terminology >` in the function
542
+ independent of all of the other loops in the function. ``LoopPass `` processes
543
+ loops in loop nest order such that outer most loop is processed last.
544
544
545
545
``LoopPass `` subclasses are allowed to update loop nest using ``LPPassManager ``
546
546
interface. Implementing a loop pass is usually straightforward.
You can’t perform that action at this time.
0 commit comments