Re: unrecognizable insn after adding clobbers

2010-05-18 Thread Dave Korn
On 18/05/2010 15:24, Paulo J. Matos wrote: > On Tue, May 18, 2010 at 3:26 PM, Dave Korn wrote: >>> This however causes an unrecognizable insn error during the compiler >>> runtime when I have TARGET_X defined. >>> I was expecting the clobbers not to influence the recognition but it >>> seems I was

Re: unrecognizable insn after adding clobbers

2010-05-18 Thread Paulo J. Matos
On Tue, May 18, 2010 at 3:26 PM, Dave Korn wrote: >> >> This however causes an unrecognizable insn error during the compiler >> runtime when I have TARGET_X defined. >> I was expecting the clobbers not to influence the recognition but it >> seems I was wrong. > >  Actually, IIUC the clobbers don't

Re: unrecognizable insn after adding clobbers

2010-05-18 Thread Dave Korn
On 18/05/2010 13:01, Paulo J. Matos wrote: > I have for call_value a define_expand and define_insn that look like: > (define_expand "call_value" > [ > (set (match_operand 0 "" "") > (call (match_operand:QI 1 "nonmemory_operand" "") >(match_operand:QI 2 "immediate_oper

unrecognizable insn after adding clobbers

2010-05-18 Thread Paulo J. Matos
Hi, I have for call_value a define_expand and define_insn that look like: (define_expand "call_value" [ (set (match_operand 0 "" "") (call (match_operand:QI 1 "nonmemory_operand" "") (match_operand:QI 2 "immediate_operand" ""))) ] "" "") (define_insn "*call_value"