@natefaubion I took out the let floating and left only dereffing. I added one test for variables and one test for locals, both of which don't inline the + operation on main but do inline the + operation on this branch. It's ready for review whenever you have the chance. Thanks!
@natefaubion I took out the let floating and left only dereffing. I added one test for variables and one test for locals, both of which don't inline the
+
operation onmain
but do inline the+
operation on this branch. It's ready for review whenever you have the chance. Thanks!