[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #5

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-11-14 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 --- Comment #4 from bin cheng --- Author: amker Date: Thu Nov 15 03:44:49 2018 New Revision: 266171 URL: https://gcc.gnu.org/viewcvs?rev=266171=gcc=rev Log: PR tree-optimization/84648 * tree-ssa-loop-niter.c

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-10-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 --- Comment #3 from bin cheng --- (In reply to Richard Biener from comment #2) > So we run into > > /* Ignore loops of while (i-- < 10) type. */ > if (code != NE_EXPR) > { > if (iv0->step && tree_int_cst_sign_bit (iv0->step)) >

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 Richard Biener changed: What|Removed |Added CC||amker at gcc dot gnu.org --- Comment

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 Richard Biener changed: What|Removed |Added Keywords||missed-optimization