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ยง
- Loop
Unroll - Conservative loop unroller.