Re: [08/11] [rs6000] Fix ambiguous .md attribute uses

2019-07-05 Thread Richard Sandiford
Segher Boessenkool writes: > On Fri, Jul 05, 2019 at 05:26:24PM +0100, Richard Sandiford wrote: >> Segher Boessenkool writes: >> > Maybe there should be some way of indicating what iterator you want if >> > none is mentioned? For the whole pattern, or some global priority scheme >> > even? Chan

Re: [08/11] [rs6000] Fix ambiguous .md attribute uses

2019-07-05 Thread Segher Boessenkool
On Fri, Jul 05, 2019 at 05:26:24PM +0100, Richard Sandiford wrote: > Segher Boessenkool writes: > > Maybe there should be some way of indicating what iterator you want if > > none is mentioned? For the whole pattern, or some global priority scheme > > even? Changes like (random example) > > > >>

Re: [08/11] [rs6000] Fix ambiguous .md attribute uses

2019-07-05 Thread Richard Sandiford
Segher Boessenkool writes: > Hi Richard, > > On Fri, Jul 05, 2019 at 04:20:37PM +0100, Richard Sandiford wrote: >> This patch is part of a series that fixes ambiguous attribute >> uses in .md files, i.e. cases in which attributes didn't use >> to specify an iterator, and in which could >> have d

Re: [08/11] [rs6000] Fix ambiguous .md attribute uses

2019-07-05 Thread Segher Boessenkool
Hi Richard, On Fri, Jul 05, 2019 at 04:20:37PM +0100, Richard Sandiford wrote: > This patch is part of a series that fixes ambiguous attribute > uses in .md files, i.e. cases in which attributes didn't use > to specify an iterator, and in which could > have different values depending on the iter

[08/11] [rs6000] Fix ambiguous .md attribute uses

2019-07-05 Thread Richard Sandiford
This patch is part of a series that fixes ambiguous attribute uses in .md files, i.e. cases in which attributes didn't use to specify an iterator, and in which could have different values depending on the iterator chosen. No behavioural change -- produces the same code as before except for forma