public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/24418]  New: Redudant compare to zero not eliminated
@ 2005-10-18  0:01 evancheng at gcc dot gnu dot org
  2005-10-18  0:02 ` [Bug rtl-optimization/24418] " evancheng at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: evancheng at gcc dot gnu dot org @ 2005-10-18  0:01 UTC (permalink / raw)
  To: gcc-bugs

Compile the attached code with -O3. It produces an redundent cmpl following a
subl:

        subl    28(%ebp), %eax
        cmpl    $0, %eax 
        je      L12
        jg      L10

Looks like it's missing a insn pattern so  combine would combine subl + cmpl.

See http://gcc.gnu.org/ml/gcc/2005-10/msg00347.html


-- 
           Summary: Redudant compare to zero not eliminated
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: evancheng at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-10-25 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18  0:01 [Bug rtl-optimization/24418] New: Redudant compare to zero not eliminated evancheng at gcc dot gnu dot org
2005-10-18  0:02 ` [Bug rtl-optimization/24418] " evancheng at gcc dot gnu dot org
2005-10-18  0:07 ` pinskia at gcc dot gnu dot org
2005-10-18  0:10 ` pinskia at gcc dot gnu dot org
2005-10-25 22:55 ` [Bug target/24418] " evancheng 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).