[Bug ipa/63533] Function splitter causes unnecessary splits

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/63533] Function splitter causes unnecessary splits

2014-10-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 --- Comment #4 from Andrew Pinski --- Note the section of the split function is also different from the original function if the user had supplied a section.

[Bug ipa/63533] Function splitter causes unnecessary splits

2014-10-14 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 --- Comment #3 from Yury Gribov --- > If g is called with argument that is usually 0, > then the partial inlining makes sense. But note that there are zero callers of g in the file so no inlining can happen anyway. Frankly I was surprised to see

[Bug ipa/63533] Function splitter causes unnecessary splits

2014-10-14 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/63533] Function splitter causes unnecessary splits

2014-10-14 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 Yury Gribov changed: What|Removed |Added CC||y.gribov at samsung dot com --- Comment #1