This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a question about argument ARG_POINTER_REGNUM


Ivan Shcherbakov <shcherbakov@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]