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] Find more cases for AUTO_INC_DEC



On Jul 16, 2005, at 1:40 PM, Adam Nemet wrote:


Hi,

Mainline has stopped optimizing the following function into stuw
(pre-increment) on PowerPC:

It turns out this is not necessarily the right thing to do on G5. The hardware
"cracks" this insn into an add and a load internally anyway, and you
may get better scheduling in some cases by allowing them to be separated.
The recommendation of Apple's performance group was not to generate it
at speed-oriented optimization levels. It it still a win on size, of course.



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