From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E17C3854801; Fri, 21 Oct 2022 08:36:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E17C3854801 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666341410; bh=SvysXYONUVbvnb0LQfAlknMIqywo9AvFmobwazqcDYs=; h=From:To:Subject:Date:From; b=WbOgcye02YzDe+wsfYukxLb9LCrN5wvQJtR9S3UTdjS42J1EFADJWq/E06/4LCR0i XgiQa6cDX9rsuMl1KqoP2OC+BQiXrMCAqEVLvDKwt5PuIcrGCdODZ7NbeWXR3lusDL v4UkHpuRwonGh0stp4JdONIfFMPphMtycd9i7dok= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107342] New: Optimization opportunity where integer '/' corresponds to '>>' Date: Fri, 21 Oct 2022 08:36:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tschwinge at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107342 Bug ID: 107342 Summary: Optimization opportunity where integer '/' corresponds to '>>' Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org CC: aldyh at gcc dot gnu.org, amacleod at redhat dot com Target Milestone: --- Created attachment 53742 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53742&action=3Dedit variant of 'gcc.dg/tree-ssa/pr107195-3.c' Discovered during work on "Add 'gcc.dg/tree-ssa/pr107195-3.c' [PR107195]" (which is pending approval for push to master branch) an optimization opportunity where integer '/' corresponds to '>>'. See discussion in about 'f4b'/'foo4b', and the "variant of 'gcc.dg/tree-ssa/pr107195-3.c'" attached here.=