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§
- Peel
Tail Loop - Rewrite that peels one iteration of a TailLoop by turning the iteration test into a Conditional.
Enums§
- Peel
Tail Loop Error - Error in performing
PeelTailLoop
rewrite.