Test case for CmmOpt inliner on non-single assignment code from new codegen.
The following test creates a nice, inner loop inside a procedure with
the new code generator, which tickles the invariant in CmmOpt that
all temporaries are single assignment and also a register allocator bug.
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
Please register or sign in to comment