RE: [Patch] improve bfin conditional move support

2011-03-31 Thread Henderson, Stuart
ct: Re: [Patch] improve bfin conditional move support On 03/29/2011 05:57 AM, Henderson, Stuart wrote: > - operands[1] = bfin_gen_compare (operands[1], SImode); > + operands[1] = bfin_gen_compare (operands[1], GET_MODE (operands[0])); FWIW, you can use "mode" to get the proper value wit

Re: [Patch] improve bfin conditional move support

2011-03-30 Thread Richard Henderson
On 03/29/2011 05:57 AM, Henderson, Stuart wrote: > - operands[1] = bfin_gen_compare (operands[1], SImode); > + operands[1] = bfin_gen_compare (operands[1], GET_MODE (operands[0])); FWIW, you can use "mode" to get the proper value without having to read it from the operand. r~

Re: [Patch] improve bfin conditional move support

2011-03-29 Thread Bernd Schmidt
On 03/29/2011 02:57 PM, Henderson, Stuart wrote: > I don't have write permissions. You'll need to get that fixed. See http://gcc.gnu.org/svnwrite.html That page makes it sound like any maintainer can sponsor access, so please use my name for it. Bernd