Re: Reorg and renaming registers

2009-06-18 Thread fearyourself
It seems that the problem comes from CALL instructions. If I remove them then my code works. I have not figured out why my code would pose a problem in the case of calls but I can work around that for the moment. If anyone has an idea why this is a problem, I'll integrate the change into the code

Reorg and renaming registers

2009-06-18 Thread fearyourself
Dear all, I've been working on renaming registers using the DF framework but am wondering if I'm doing things correctly. This is done in the REORG pass because I need to ensure that I have consecutive registers for loads in order to get a load multiple generated. Basically, the beginning of the c