public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/34012]  New: [4.3 Regression] Pessimization caused by fwprop
@ 2007-11-07 10:12 jakub at gcc dot gnu dot org
  2007-11-07 10:17 ` [Bug rtl-optimization/34012] " jakub at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-11-07 10:12 UTC (permalink / raw)
  To: gcc-bugs

On
void bar (long int *);
void foo (void)
{
  long int buf[10];
  __builtin_memset (buf, 8, sizeof (buf));
  bar (buf);
}
fwprop effectively undoes what CSE optimized.  0x0808080808080808 is not a
valid constant for movdi_1_rex64 when the target is memory (movdi_1_rex64 only
allows non-32-bit-sign-extended immediates in source if the destination is a
register).


-- 
           Summary: [4.3 Regression] Pessimization caused by fwprop
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: x86_64-linux


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


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

end of thread, other threads:[~2007-11-09 13:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-07 10:12 [Bug rtl-optimization/34012] New: [4.3 Regression] Pessimization caused by fwprop jakub at gcc dot gnu dot org
2007-11-07 10:17 ` [Bug rtl-optimization/34012] " jakub at gcc dot gnu dot org
2007-11-07 10:24 ` jakub at gcc dot gnu dot org
2007-11-07 11:03 ` bonzini at gnu dot org
2007-11-07 11:04 ` bonzini at gnu dot org
2007-11-07 13:40 ` jakub at gcc dot gnu dot org
2007-11-07 13:54 ` paolo dot bonzini at lu dot unisi dot ch
2007-11-07 17:02 ` bonzini at gnu dot org
2007-11-07 20:18 ` jakub at gcc dot gnu dot org
2007-11-08  6:10 ` paolo dot bonzini at lu dot unisi dot ch
2007-11-08 17:05 ` jakub at gcc dot gnu dot org
2007-11-09 13:03 ` jakub at gcc dot gnu dot org
2007-11-09 13:05 ` jakub 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).