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: reload vs adds with clobbers


> We're having the same problem on s390.

Thanks, I'll look and see what you've done.

> The way I've fixed it is to prevent gen_reload from ever taking that
> path by marking all PLUS expressions that would otherwise go there
> as needing a secondary reload (via SECONDARY_INPUT_RELOAD_CLASS) and
> doing the right thing in reload_insi ...

There's got to be a better way to handle this situation.  Why can't
reload just use the right expander?


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