Re: [ARM] Convert to atomic optabs

2012-01-06 Thread Richard Henderson
On 01/07/2012 01:54 AM, Richard Earnshaw wrote: >> > + >> > +(define_predicate "mem_noofs_operand" >> > + (and (match_code "mem") >> > + (match_code "reg" "0"))) > > Hmm, I'm a bit worried about things like the frame pointer reg matching > this and then everything going screwy when eliminat

Re: [ARM] Convert to atomic optabs

2012-01-06 Thread Richard Earnshaw
On 06/01/12 04:57, Richard Henderson wrote: > Ping. Reposting the patch as it required updates to HEAD. > > > r~ > > This is OK apart from: > + gcc_assert(!reload_completed); Missing space. > (define_special_predicate "add_operator" >(match_code "plus")) > + > +(define_predicat