This was built to track decompiler and CFG progress.
function fib(n#0) { lit#1 = 2; // RegionId(1) if (n#0 < lit#1) { return n#0; } // RegionId(2) else { lit#2 = 1; fn_call#4 = n#0 - lit#2(fib#3); lit#5 = 2; fn_call#6 = n#0 - lit#5(fib#3); return fn_call#4 + fn_call#6; } }
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 2