[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2015-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2015-06-19 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 --- Comment #6 from Marc Glisse --- (In reply to alalaw01 from comment #5) > Can you give an example where it not only doesn't help, but actually hurts? I don't remember at all what I was talking about. I can imagine that if we are in a branch p

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2015-06-19 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 alalaw01 at gcc dot gnu.org changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2013-06-13 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 --- Comment #4 from Marc Glisse --- (In reply to Jakub Jelinek from comment #3) > Perhaps we want to perform it just during ifcvt once it is rolled into > vectorizer and works on an on-the-side bb? Then it wouldn't affect > non-vectorized code.

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2013-06-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2013-06-13 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 --- Comment #2 from Marc Glisse --- The main difficulty is deciding when this transformation is a good idea. A priori a

[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min

2013-06-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|