Ivan Shcherbakov <shcherba...@eit.uni-kl.de> writes: > For i386-gcc, this seems to happen during global register allocation > pass. This corresponds to IRA pass of gcc 4.4.x. I have attached the > corresponding RTL dump files.
That means that reload is where the register is eliminated, as expected. Reload is really part of register allocation, and it does not have a separate dump file. Ian