SPIRV-Tools/tools/opt
Victor Lomuller 10e5d7cf13 Add a loop peeling pass.
For each loop in a function, the pass walks the loops from inner to outer most loop
and tries to peel loop for which a certain amount of iteration can be done before or after the loop.

To limit code growth, peeling will not happen if the growth in code size goes above a configurable threshold.
2018-04-11 15:41:29 +01:00
..
opt.cpp Add a loop peeling pass. 2018-04-11 15:41:29 +01:00