public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65139] New: Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns
@ 2015-02-20 14:12 mkuvyrkov at gcc dot gnu.org
  2021-05-04 12:31 ` [Bug target/65139] " rguenth at gcc dot gnu.org
  2023-05-16 17:57 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: mkuvyrkov at gcc dot gnu.org @ 2015-02-20 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65139
           Summary: Improve register allocation for
                    aarch64_*_sisd_or_int<mode>3 patterns
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mkuvyrkov at gcc dot gnu.org

Following discussion in http://thread.gmane.org/gmane.comp.gcc.patches/336162 ,
review usage of early clobber in aarch64_lshr_sisd_or_int_≤mode>3,
aarch64_ashr_sisd_or_int_≤mode>3, and, maybe, other patterns.  Convert them to
use (match_scratch) and compare quality of generated code between the two
approaches.

In theory, (match_scratch) should give more freedom to RA, but this requires
double-checking.
>From gcc-bugs-return-477953-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Feb 20 14:06:47 2015
Return-Path: <gcc-bugs-return-477953-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 16317 invoked by alias); 20 Feb 2015 14:06:46 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 16277 invoked by uid 48); 20 Feb 2015 14:06:42 -0000
From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65139] Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns
Date: Fri, 20 Feb 2015 14:20:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: ktkachov at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: kugan at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 6.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc target_milestone everconfirmed
Message-ID: <bug-65139-4-nVNepSmzKh@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65139-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65139-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg02285.txt.bz2
Content-length: 666

https://gcc.gnu.org/bugzilla/show_bug.cgi?ide139

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-02-20
                 CC|                            |ktkachov at gcc dot gnu.org
   Target Milestone|---                         |6.0
     Ever confirmed|0                           |1

--- Comment #1 from ktkachov at gcc dot gnu.org ---
Thanks for opening this, I was about to open this myself.
I guess this should be done for GCC 6


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

* [Bug target/65139] Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns
  2015-02-20 14:12 [Bug target/65139] New: Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns mkuvyrkov at gcc dot gnu.org
@ 2021-05-04 12:31 ` rguenth at gcc dot gnu.org
  2023-05-16 17:57 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

* [Bug target/65139] Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns
  2015-02-20 14:12 [Bug target/65139] New: Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns mkuvyrkov at gcc dot gnu.org
  2021-05-04 12:31 ` [Bug target/65139] " rguenth at gcc dot gnu.org
@ 2023-05-16 17:57 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-05-16 17:57 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed in GCC 6:
r6-2459-gad7b853a10903e

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

end of thread, other threads:[~2023-05-16 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 14:12 [Bug target/65139] New: Improve register allocation for aarch64_*_sisd_or_int<mode>3 patterns mkuvyrkov at gcc dot gnu.org
2021-05-04 12:31 ` [Bug target/65139] " rguenth at gcc dot gnu.org
2023-05-16 17:57 ` 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).