public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/101541] New: Missing ABSU detection at gimple
@ 2021-07-20 22:58 pinskia at gcc dot gnu.org
  2021-07-21  7:01 ` [Bug tree-optimization/101541] " rguenth at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-20 22:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101541
           Summary: Missing ABSU detection at gimple
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

While looking at PR 44608 and finding it was already fixed, I noticed instead
we should produce ABSU at the gimple level but don't currently.

Take:
unsigned abssat2 (int x)
{
    unsigned int y = x;

    if (x < 0)
        y = -y;

  return y;
}

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

end of thread, other threads:[~2023-10-24 11:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 22:58 [Bug tree-optimization/101541] New: Missing ABSU detection at gimple pinskia at gcc dot gnu.org
2021-07-21  7:01 ` [Bug tree-optimization/101541] " rguenth at gcc dot gnu.org
2021-11-20 10:58 ` pinskia at gcc dot gnu.org
2021-11-20 22:03 ` pinskia at gcc dot gnu.org
2023-05-04  0:01 ` pinskia at gcc dot gnu.org
2023-10-15 16:59 ` pinskia at gcc dot gnu.org
2023-10-15 17:42 ` pinskia at gcc dot gnu.org
2023-10-15 19:24 ` pinskia at gcc dot gnu.org
2023-10-15 22:00 ` pinskia at gcc dot gnu.org
2023-10-16 17:11 ` cvs-commit at gcc dot gnu.org
2023-10-16 17:15 ` pinskia at gcc dot gnu.org
2023-10-24 11:17 ` cvs-commit 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).