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: MD representation of IA64 floating point operations


On Fri, Jul 23, 2004 at 12:38:39PM -0700, Jim Wilson wrote:
> modeless patterns have the flaw that they can match stuff that they were
> never intended to match.

Reload also looks at the mode of the operand in the pattern to 
decide what mode to reload a value in.  This is of most importance
to integer modes, due to const_int, but as-written it will affect 
any operand.


r~


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