hstk30 / hstk30.github.io

hstk30's Blog
Apache License 2.0
0 stars 0 forks source link

LLVM Loop #17

Open hstk30-hw opened 3 months ago

hstk30-hw commented 3 months ago

Loop rel : http://laure.gonnord.org/pro/research/ER03_2015/lab3_intro.pdf

hstk30-hw commented 3 months ago

https://llvm.org/docs/LoopTerminology.html#loopinfo

LoopInfo provides an interface for enumerating all top level loops (e.g. those not contained in any other loop). From there, you may walk the tree of sub-loops rooted in that top level loop.