From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13710 invoked by alias); 8 Jun 2005 15:46:57 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13701 invoked by uid 48); 8 Jun 2005 15:46:53 -0000 Date: Wed, 08 Jun 2005 15:46:00 -0000 Message-ID: <20050608154653.13700.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030501210600.10588.pinskia@gcc.gnu.org> References: <20030501210600.10588.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/10588] [PPC] i==0||j==0 should use cntlzw and srawi X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01232.txt.bz2 List-Id: ------- 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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10588