[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2015-12-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10588 Bill Schmidt changed: What|Removed |Added CC||dje.gcc at gmail dot com,

[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2015-12-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10588 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2005-06-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-08 14:46 --- Subject: Bug 10588 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-08 14:46:14 Modified files: gcc: ChangeLog

[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2005-06-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-08 15:46 --- On the mainline we get the following now: _h: cmpwi cr7,r3,0 li r3,1 beqlr- cr7 cntlzw r3,r4 srwi r3,r3,5 blr --

[Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi

2005-05-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-04 04:28 --- I have not looked at this for a long time now. -- What|Removed |Added