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: [RFA:] Fix PR middle-end/24750: find_reloads_address_1:push_reload TRUNCATE, SIGN_EXTEND, ZERO_EXTEND


On Fri, 2005-11-11 at 11:36 -0800, Ian Lance Taylor wrote:
> For example, I'm a bit skeptical as to whether reload today can handle
> powerpc with Altivec, with its addresses involving AND, if
> LEGITIMIZE_RELOAD_ADDRESS is not defined.
That would be bad, very bad.

LEGITIMIZE_RELOAD_ADDRESS was always meant to provide a 
target dependent way to generate more efficient reloads.

 
It was never meant to *fix* reloads that couldn't be
handled.  I guess in retrospect that macro is
horribly named.

jeff



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