public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/79966] [9/10 Regression] run time more than twice slower when using -fipa-cp-clone
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2021-01-07 15:53 ` [Bug ipa/79966] [9/10/11 " jamborm at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug ipa/79966] [9/10/11 Regression] run time more than twice slower when using -fipa-cp-clone
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug ipa/79966] [9/10 Regression] run time more than twice slower when using -fipa-cp-clone jakub at gcc dot gnu.org
@ 2021-01-07 15:53 ` jamborm at gcc dot gnu.org
  2021-01-07 16:20 ` [Bug ipa/79966] [9/10/11 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto jamborm at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-01-07 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I can confirm this, even on current trunk.

The reason is that runtptests/3 -> tp_sum/5 is not inlined because it
exceeds max-inline-insns-auto.  I have to set the param to 43 - the
default is 15 - for the function to be inlined and then the result is
fast again.  In GCC 8 the value of the param was 30.  After a very
superficial glance at the function in the release_ssa dump, the
function does not seem to be any bigger than in the gcc 8 times.

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

* [Bug ipa/79966] [9/10/11 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug ipa/79966] [9/10 Regression] run time more than twice slower when using -fipa-cp-clone jakub at gcc dot gnu.org
  2021-01-07 15:53 ` [Bug ipa/79966] [9/10/11 " jamborm at gcc dot gnu.org
@ 2021-01-07 16:20 ` jamborm at gcc dot gnu.org
  2021-06-01  8:08 ` [Bug ipa/79966] [9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-01-07 16:20 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[9/10/11 Regression] run    |[9/10/11 Regression] Test
                   |time more than twice slower |gfortran.dg/pr79966.f90
                   |when using -fipa-cp-clone   |slow again, inliner hits
                   |                            |max-inline-insns-auto

--- Comment #14 from Martin Jambor <jamborm at gcc dot gnu.org> ---
And if I looked into the testcase that is in the repo, I would have
discovered PR 88711 which is exactly about this.  See Honza's comments
about the problem there.

(I'd prefer to keep that bug opened and close this one, but Honza
decided otherwise, so I'm changing the name because it not an IPA-CP
issue any more).

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

* [Bug ipa/79966] [9/10/11/12 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-01-07 16:20 ` [Bug ipa/79966] [9/10/11 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto jamborm at gcc dot gnu.org
@ 2021-06-01  8:08 ` rguenth at gcc dot gnu.org
  2022-05-27  9:37 ` [Bug ipa/79966] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug ipa/79966] [10/11/12/13 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-06-01  8:08 ` [Bug ipa/79966] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2022-05-27  9:37 ` rguenth at gcc dot gnu.org
  2022-06-28 10:33 ` jakub at gcc dot gnu.org
  2023-07-07 10:32 ` [Bug ipa/79966] [11/12/13/14 " rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug ipa/79966] [10/11/12/13 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-05-27  9:37 ` [Bug ipa/79966] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:33 ` jakub at gcc dot gnu.org
  2023-07-07 10:32 ` [Bug ipa/79966] [11/12/13/14 " rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #17 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] 7+ messages in thread

* [Bug ipa/79966] [11/12/13/14 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto
       [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-28 10:33 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:32 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2023-07-07 10:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79966-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug ipa/79966] [9/10 Regression] run time more than twice slower when using -fipa-cp-clone jakub at gcc dot gnu.org
2021-01-07 15:53 ` [Bug ipa/79966] [9/10/11 " jamborm at gcc dot gnu.org
2021-01-07 16:20 ` [Bug ipa/79966] [9/10/11 Regression] Test gfortran.dg/pr79966.f90 slow again, inliner hits max-inline-insns-auto jamborm at gcc dot gnu.org
2021-06-01  8:08 ` [Bug ipa/79966] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:37 ` [Bug ipa/79966] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:33 ` jakub at gcc dot gnu.org
2023-07-07 10:32 ` [Bug ipa/79966] [11/12/13/14 " rguenth 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).