Module peel_loop

Source
Expand description

Rewrite to peel one iteration of a TailLoop, creating a DFG containing a copy of the loop body, and a Conditional containing the original TailLoop node.

Structs§

PeelTailLoop
Rewrite that peels one iteration of a TailLoop by turning the iteration test into a Conditional.

Enums§

PeelTailLoopError
Error in performing PeelTailLoop rewrite.