https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
--- Comment #7 from Roman Zhuykov ---
Author: zhroma
Date: Fri Apr 26 16:04:54 2019
New Revision: 270609
URL: https://gcc.gnu.org/viewcvs?rev=270609&root=gcc&view=rev
Log:
Backport modulo-sched fixes from mainline
2019-04-23 Roman Zhuykov
m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
Roman Zhuykov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
--- Comment #5 from Roman Zhuykov ---
Author: zhroma
Date: Tue Apr 23 12:53:43 2019
New Revision: 270511
URL: https://gcc.gnu.org/viewcvs?rev=270511&root=gcc&view=rev
Log:
modulo-sched: fix branch scheduling issue (PR84032)
PR rtl-optim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
--- Comment #4 from Roman Zhuykov ---
There is the following mistake in logic behind the code.
We want to schedule the branch instructions only as a last instruction in a
row. But when branch was scheduled and we add other instructions into part
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
Roman Zhuykov changed:
What|Removed |Added
CC||zhroma at ispras dot ru
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
--- Comment #2 from David Malcolm ---
Created attachment 43309
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43309&action=edit
Dumpfile from sms pass (up to the assertion failure)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|