public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/20306] New: [4.0/4.1 Regression] FP complex modes moved via GPRs
@ 2005-03-03 19:24 dje at gcc dot gnu dot org
  2005-03-03 19:26 ` [Bug rtl-optimization/20306] " dje at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-03-03 19:24 UTC (permalink / raw)
  To: gcc-bugs

The patch for PR rtl-opt/15289, changed the behavior of emit_move_insn_1 to 
invoke emit_block_move on memory to memory moves for "optimal behavior", 
instead of invoking a movMM pattern on the inner mode.  emit_block_move 
changes the mode to BLKmode masking the original mode.  This sequence of 
decisions results in GCC choosing GPRs to move a value that explicitly is 
declared floating point in the user code, hurting performance.

-- 
           Summary: [4.0/4.1 Regression] FP complex modes moved via GPRs
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dje at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,pthaugen at us dot ibm
                    dot com
 GCC build triplet: powerpc*-*-*
  GCC host triplet: powerpc*-*-*
GCC target triplet: powerpc*-*-*


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-21 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-03 19:24 [Bug rtl-optimization/20306] New: [4.0/4.1 Regression] FP complex modes moved via GPRs dje at gcc dot gnu dot org
2005-03-03 19:26 ` [Bug rtl-optimization/20306] " dje at gcc dot gnu dot org
2005-03-03 19:38 ` pinskia at gcc dot gnu dot org
2005-03-03 19:48 ` pinskia at gcc dot gnu dot org
2005-03-11 22:59 ` cvs-commit at gcc dot gnu dot org
2005-03-11 23:04 ` cvs-commit at gcc dot gnu dot org
2005-03-21 16:07 ` dje at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).