Match the C++ pipeline's block creation order by creating end_block and update_block before evaluating the for-of RHS expression. This ensures loop structure blocks get lower block numbers than blocks created during RHS evaluation (e.g. from conditional expressions), producing the same block layout as C++. |
||
|---|---|---|
| .. | ||
| basic_block.rs | ||
| codegen.rs | ||
| ffi.rs | ||
| generator.rs | ||
| instruction.rs | ||
| mod.rs | ||
| operand.rs | ||