[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-07 Thread segher at kernel dot crashing dot org
--- Additional Comments From segher at kernel dot crashing dot org 2005-04-07 23:34 --- Subject: Re: New: 64 bit shift by non-constant implemented as libcall on PPC32 > (O5 will give slightly better code for both, but let's start somewhere > :P) Well the code for the left shift can b

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-06 16:26 --- This was fixed by: http://www.linux-mips.org/archives/linux-mips/2004-08/msg00176.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20781

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-06 15:24 --- This was fixed in 4.0.0. -- What|Removed |Added Status|UNCONFIRMED

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-06 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-06 12:35 --- Subject: Re: 64 bit shift by non-constant implemented as libcall on PPC32 On Wed, 2005-04-06 at 06:46 +, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-06 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-06 12:34 --- Subject: Re: 64 bit shift by non-constant implemented as libcall on PPC32 On Wed, 2005-04-06 at 06:46 +, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-06 06:46 --- Hmm on powerpc-darwin on the mainline I get: _foo: addic. r11,r5,-32 subfic r2,r5,31 srwi r0,r4,1 srw r0,r0,r2 blt- cr0,L2 slw r9,r4,r11 li r10,0