[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2016-10-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18146 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2008-09-08 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-09 01:44 --- It was not fixed by the cfglayout changes. In fact tree switch conversion makes the code even worse even though we don't need it really. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2007-07-25 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2007-07-25 19:44 --- This may be fixed now by my cfglayout work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18146

[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2005-04-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-25 02:14 --- We get now on the mainline: foo: cmpl$5, %eax movl%eax, %ecx ja .L2 movl$1, %eax movl$1, %edx sall%cl, %eax testb $42, %al

[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 17:01 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW