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 target/53914] poor code generated for offset addressing on ppc32


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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |powerpc-linux

--- Comment #1 from Alan Modra <amodra at gmail dot com> 2012-07-10 13:32:47 UTC ---
Appears to be caused by "o" constraint in movdi_internal32 used for gpr->mem
disallowing offsets larger than 32k-12 due to rs6000_mode_dependent_address. 
"m" is used for fpr->mem, so reload chooses a fpr.


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