[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Tue Sep 10 08:15:46 2019 New Revision: 275587 URL: https://gcc.gnu.org/viewcvs?rev=275587=gcc=rev Log: PR middle-end/91680 * match.pd ((A / (1 << B)) -> (A >> B)): Allow

[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug middle-end/91680] Integer promotion quirk prevents efficient power of 2 division

2019-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91680 Richard Biener changed: What|Removed |Added Keywords||easyhack, |