Re: [lra] patch to revert a code from previous patch.

2012-10-17 Thread Richard Sandiford
Bernd Schmidt writes: > On 10/16/2012 04:30 AM, Vladimir Makarov wrote: >> In insn: >> >> (define_insn_and_split "*lea_general_1" >> [(set (match_operand 0 "register_operand" "=r") >> (plus (plus (match_operand 1 "index_register_operand" "l") >> (match_operand 2 "register_operan

Re: [lra] patch to revert a code from previous patch.

2012-10-17 Thread Bernd Schmidt
On 10/16/2012 04:30 AM, Vladimir Makarov wrote: > In insn: > > (define_insn_and_split "*lea_general_1" > [(set (match_operand 0 "register_operand" "=r") > (plus (plus (match_operand 1 "index_register_operand" "l") > (match_operand 2 "register_operand" "r")) > (match_ope

Re: [lra] patch to revert a code from previous patch.

2012-10-17 Thread Richard Sandiford
Vladimir Makarov writes: > On 12-10-16 5:21 PM, Richard Sandiford wrote: >> I realise you probably have patches pending as well, so I'm happy to >> wait until those have gone in and update. >> > You can commit it into the branch. You have to do some work for > conflict resolution (I added new he

Re: [lra] patch to revert a code from previous patch.

2012-10-16 Thread Vladimir Makarov
On 12-10-16 5:21 PM, Richard Sandiford wrote: Vladimir Makarov writes: On 10/16/2012 02:44 AM, Richard Sandiford wrote: Vladimir Makarov writes: On 12-10-15 4:25 PM, Richard Sandiford wrote: Richard Sandiford writes: Vladimir Makarov writes: After committing a patch yesterday to i

Re: [lra] patch to revert a code from previous patch.

2012-10-16 Thread Richard Sandiford
Vladimir Makarov writes: > On 10/16/2012 02:44 AM, Richard Sandiford wrote: >> Vladimir Makarov writes: >>> On 12-10-15 4:25 PM, Richard Sandiford wrote: Richard Sandiford writes: > Vladimir Makarov writes: >> After committing a patch yesterday to implement proposals from a >>

Re: [lra] patch to revert a code from previous patch.

2012-10-16 Thread Vladimir Makarov
On 10/16/2012 02:44 AM, Richard Sandiford wrote: Vladimir Makarov writes: On 12-10-15 4:25 PM, Richard Sandiford wrote: Richard Sandiford writes: Vladimir Makarov writes: After committing a patch yesterday to implement proposals from a review, I found that GCC crashes on SPEC2000 gap.

Re: [lra] patch to revert a code from previous patch.

2012-10-15 Thread Richard Sandiford
Vladimir Makarov writes: > On 12-10-15 4:25 PM, Richard Sandiford wrote: >> Richard Sandiford writes: >>> Vladimir Makarov writes: After committing a patch yesterday to implement proposals from a review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find a mode o

Re: [lra] patch to revert a code from previous patch.

2012-10-15 Thread Vladimir Makarov
On 12-10-15 4:25 PM, Richard Sandiford wrote: Richard Sandiford writes: Vladimir Makarov writes: After committing a patch yesterday to implement proposals from a review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find a mode of operand (const_int 1) in *lea_general_1 insn

Re: [lra] patch to revert a code from previous patch.

2012-10-15 Thread Vladimir Makarov
On 12-10-15 3:10 PM, Richard Sandiford wrote: Vladimir Makarov writes: After committing a patch yesterday to implement proposals from a review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find a mode of operand (const_int 1) in *lea_general_1 insn and can not find it as the

Re: [lra] patch to revert a code from previous patch.

2012-10-15 Thread Richard Sandiford
Richard Sandiford writes: > Vladimir Makarov writes: >>After committing a patch yesterday to implement proposals from a >> review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find >> a mode of operand (const_int 1) in *lea_general_1 insn and can not find >> it as the operan

Re: [lra] patch to revert a code from previous patch.

2012-10-15 Thread Richard Sandiford
Vladimir Makarov writes: >After committing a patch yesterday to implement proposals from a > review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find > a mode of operand (const_int 1) in *lea_general_1 insn and can not find > it as the operand and insn template operand has V

[lra] patch to revert a code from previous patch.

2012-10-15 Thread Vladimir Makarov
After committing a patch yesterday to implement proposals from a review, I found that GCC crashes on SPEC2000 gap. LRA is trying to find a mode of operand (const_int 1) in *lea_general_1 insn and can not find it as the operand and insn template operand has VOIDmode. There are still cases wh