https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
--- Comment #8 from GCC Commits ---
The master branch has been updated by Ajit Kumar Agarwal :
https://gcc.gnu.org/g:f4b86ab09dfe258c4780fcc7567ca8a275c96e7a
commit r15-327-gf4b86ab09dfe258c4780fcc7567ca8a275c96e7a
Author: Ajit Kumar Agarwal
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
Peter Bergner changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #7 from Peter Bergn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
Bill Schmidt changed:
What|Removed |Added
Status|ASSIGNED|NEW
--- Comment #6 from Bill Schmidt ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
kelvin at gcc dot gnu.org changed:
What|Removed |Added
CC||kelvin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
--- Comment #4 from Pat Haugen ---
(In reply to Richard Biener from comment #3)
> The interesting part is also why RTL scheduling doesn't rectify things
> here?
If you're referring to -fsched-pressure, I believe the answer is that those
algorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
--- Comment #3 from Richard Biener ---
TER doesn't cross calls these days, it's really sinking doing this.
I think given the schedule of instructions inside a BB on GIMPLE is somewhat
arbitrary sinking should always sink to the beginning of the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
--- Comment #2 from Segher Boessenkool ---
It's a good idea to move it to inside the conditional, just not
to behind the function call.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81953
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Status|U