public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151 jakub at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151 jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2021-04-08 12:02 ` rguenth at gcc dot gnu.org
  2021-11-22  7:18 ` [Bug tree-optimization/79534] [9/10/11/12 " pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-08 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.4

--- Comment #18 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

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

* [Bug tree-optimization/79534] [9/10/11/12 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
@ 2021-11-22  7:18 ` pinskia at gcc dot gnu.org
  2022-06-28 10:32 ` [Bug tree-optimization/79534] [10/11/12/13 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-22  7:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I am even seeing almost 10% performance drop from GCC 7 to the trunk even. Even
at -O2.  This is on an OcteonTX2:
-O2:
7.4.0:
2150.408184
trunk:
2032.971945

-O2  -fno-tree-vectorize:
trunk:
2028.648257

-O3:
7.4.0:
2207.640167
trunk:
2049.228275

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

* [Bug tree-optimization/79534] [10/11/12/13 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-11-22  7:18 ` [Bug tree-optimization/79534] [9/10/11/12 " pinskia at gcc dot gnu.org
@ 2022-06-28 10:32 ` jakub at gcc dot gnu.org
  2023-07-07 10:31 ` [Bug tree-optimization/79534] [11/12/13/14 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:32 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #20 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug tree-optimization/79534] [11/12/13/14 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-06-28 10:32 ` [Bug tree-optimization/79534] [10/11/12/13 " jakub at gcc dot gnu.org
@ 2023-07-07 10:31 ` rguenth at gcc dot gnu.org
  2023-08-03 21:29 ` pinskia at gcc dot gnu.org
  2024-03-12 13:41 ` [Bug tree-optimization/79534] [11/12 " law at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #21 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

* [Bug tree-optimization/79534] [11/12/13/14 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2023-07-07 10:31 ` [Bug tree-optimization/79534] [11/12/13/14 " rguenth at gcc dot gnu.org
@ 2023-08-03 21:29 ` pinskia at gcc dot gnu.org
  2024-03-12 13:41 ` [Bug tree-optimization/79534] [11/12 " law at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-08-03 21:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #22 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For the original testcase, since GCC 13, ifcombine does not combine the ifs. I
have not looked into why though.

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

* [Bug tree-optimization/79534] [11/12 Regression] tree-ifcombine aarch64 performance regression with trunk@245151
       [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2023-08-03 21:29 ` pinskia at gcc dot gnu.org
@ 2024-03-12 13:41 ` law at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-12 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11/12/13/14 Regression]    |[11/12 Regression]
                   |tree-ifcombine aarch64      |tree-ifcombine aarch64
                   |performance regression with |performance regression with
                   |trunk@245151                |trunk@245151
                 CC|                            |law at gcc dot gnu.org

--- Comment #23 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Per c#22.  Adjusting regression markers.

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

end of thread, other threads:[~2024-03-12 13:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79534-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug tree-optimization/79534] [8/9/10/11 Regression] tree-ifcombine aarch64 performance regression with trunk@245151 jakub at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2021-11-22  7:18 ` [Bug tree-optimization/79534] [9/10/11/12 " pinskia at gcc dot gnu.org
2022-06-28 10:32 ` [Bug tree-optimization/79534] [10/11/12/13 " jakub at gcc dot gnu.org
2023-07-07 10:31 ` [Bug tree-optimization/79534] [11/12/13/14 " rguenth at gcc dot gnu.org
2023-08-03 21:29 ` pinskia at gcc dot gnu.org
2024-03-12 13:41 ` [Bug tree-optimization/79534] [11/12 " law 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).