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: reload cse may delete loads it shouldn't


On Tue, Apr 15, 2003 at 05:55:30AM -0300, Alexandre Oliva wrote:
> +   different modes.  The first element of the list defines the mode in
> +   which the register was set; if the mode is unknown or the value is
> +   no longer valid in that mode, ELT will be NULL for the first
> +   element.  */

I'm not that fond of this method of storage.  Ideally we'd have
an array of structures and have the mode separate, but I'd be
just as happy with a parallel array of modes instead.

As for the rest of the patch, how does this affect code generation
on non-LOAD_EXTEND_OP targets?


r~


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