Skip to main content

Module loop_unroll

Module loop_unroll 

Source
Expand description

Public API for loop_unroll. Loop unrolling (conservative first implementation).

This pass currently performs strict canonical-loop detection with constant trip-count analysis and unrolls only tiny single-block loop bodies that are safe to clone without CFG surgery. The analysis helpers are intentionally tested across trip counts 1..16.

Structsยง

LoopUnroll
Conservative loop unroller.