This is the mail archive of the gcc-patches@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: [PATCH] Fix PR inline-asm/16194, register and clobbers


On Mon, Jan 17, 2005 at 11:00:24PM -0700, Jeffrey A Law wrote:
> In this case we'd be replacing a temporary in the asm with a hard
> register.

No, we wouldn't.  We'd be replacing "*tmp" with "*hardreg".  
This copy-propagation would be more or less natural.


r~


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