|
MimIR 0.1
MimIR is my Intermediate Representation
|
This operation ranges from (including) begin to (excluding) end using step as stride. In addition, this loop manages n loop accumulators whose initial values init must be given. Each iteration the given body is invoked which receives
acc, andyield continuation to prematurely continue with the next iteration.After termination of the loop exit is invoked.
Loweres the %%affine.For operation to recursive function calls.