Re: [PATCH 1/3] Fix 0 != CODE_FOR_nothing thinko

2012-07-19 Thread Richard Henderson
On 07/19/2012 01:35 PM, Jakub Jelinek wrote: > On Thu, Jul 19, 2012 at 11:52:56AM -0700, Richard Henderson wrote: >> I discovered the vectorizable_operation while trying to figure out why >> ia64 wasn't generating the mul_highpart pattern as I expected: we always >> force CODE_FOR_nothing to 0. Oo

Re: [PATCH 1/3] Fix 0 != CODE_FOR_nothing thinko

2012-07-19 Thread Jakub Jelinek
On Thu, Jul 19, 2012 at 11:52:56AM -0700, Richard Henderson wrote: > I discovered the vectorizable_operation while trying to figure out why > ia64 wasn't generating the mul_highpart pattern as I expected: we always > force CODE_FOR_nothing to 0. Oops. icode = 0; was chosen as something that would