Re: [PATCH] IRA: Fix % constraint modifier handling on disabled alternatives.

2015-12-17 Thread Vladimir Makarov
On 12/14/2015 08:05 AM, Andreas Krebbel wrote: Hi, the constraint modifier % applies to all the alternatives of a pattern and hence is mostly added to the first constraint of an operand. IRA currently ignores it if the alternative with the % gets disabled by using the `enabled' attribute or if

Re: [PATCH] IRA: Fix % constraint modifier handling on disabled alternatives.

2015-12-15 Thread Bernd Schmidt
On 12/14/2015 02:05 PM, Andreas Krebbel wrote: the constraint modifier % applies to all the alternatives of a pattern and hence is mostly added to the first constraint of an operand. IRA currently ignores it if the alternative with the % gets disabled by using the `enabled' attribute or if it

[PATCH] IRA: Fix % constraint modifier handling on disabled alternatives.

2015-12-14 Thread Andreas Krebbel
Hi, the constraint modifier % applies to all the alternatives of a pattern and hence is mostly added to the first constraint of an operand. IRA currently ignores it if the alternative with the % gets disabled by using the `enabled' attribute or if it is not among the preferred alternatives.