Pihlaja

Results 14 comments of Pihlaja

To be honest, the way RA collects the regs is probably a bit error-prone in general, so refactoring that into a separate pass is not necessarily a bad idea in...

8e389ec collects used registers in separate pass, should fix the excess pushes/pops

Well, to be honest, I'm not even sure how to make a good unit test out that.. so we'll assume findUsedRegs() is fine and revisit the issue later if there's...

2bf2a33 should hopefully improve handling of single-use constants in general + tries to fix some silly spills where we need to reload/remat into a register that already has a value...