public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/64713] New: Missed ccmp optimization
@ 2015-01-21 16:00 rth at gcc dot gnu.org
  2015-01-21 18:24 ` [Bug rtl-optimization/64713] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2015-01-21 16:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64713

            Bug ID: 64713
           Summary: Missed ccmp optimization
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rth at gcc dot gnu.org

In a small percentage of ccmp uses within the stage3 cc1plus I see

  56b638:       f100045f        cmp     x2, #0x1
  56b63c:       fa421320        ccmp    x25, x2, #0x0, ne
  56b640:       1a9f17e3        cset    w3, eq
  56b644:       350001c3        cbnz    w3, ...

This is a reminder to dig those out as test cases and see if we can
eliminate the cset.


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

end of thread, other threads:[~2023-12-13  1:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 16:00 [Bug rtl-optimization/64713] New: Missed ccmp optimization rth at gcc dot gnu.org
2015-01-21 18:24 ` [Bug rtl-optimization/64713] " pinskia at gcc dot gnu.org
2015-01-24  2:27 ` pinskia at gcc dot gnu.org
2015-01-24  2:29 ` pinskia at gcc dot gnu.org
2015-02-10  6:46 ` pinskia at gcc dot gnu.org
2023-12-13  1:06 ` pinskia at gcc dot gnu.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).