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 ppc store_multiple


On Wednesday, January 8, 2003, at 02:49  PM, David Edelsohn wrote:
Hmm, I had hoped that for the pattern to be activated the hard registers
would already have been allocated and ducks lined up in a row avoiding the
need for the equivalent fix. Oh, well.

Please change the pattern names to be eqiuvalent with the ones I used for
the load patterns and the ARM port uses, e.g., "stmsiX". With that
change, the patch is fine.
I have no objection to this, but should point out that there are 2 variants,
formerly *store_multiple_power and *store_multiple_string, the latter for PowerPC.
My patch only addresses the latter, because I don't see how to modify the former
and I think it is not necessary (this is probably the case you looked at when
you concluded this wasn't necessary). Do you still want the name change?


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