This is the mail archive of the gcc-bugs@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]

[Bug middle-end/28690] [4.2 Regression] Performace problem with indexed load/stores on powerpc



------- Comment #9 from bergner at vnet dot ibm dot com  2006-09-21 18:14 -------
Created an attachment (id=12305)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12305&action=view)
Patch to rs6000_legitimize_address to force base pointers into rA position of
indexed load/store instructions.

It seems -msoft-float doesn't like the operand swapping, so this patch disables
it when we specify -msoft-float on the compile command.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28690


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