Re: [AArch64] Remove unused VRL2/3/4 iterator values

2015-07-30 Thread James Greenhalgh
On Thu, Jul 30, 2015 at 04:06:22PM +0100, Alan Lawrence wrote: > James Greenhalgh wrote: > >> > >> (define_mode_attr VRL2 [(V8QI "V32QI") (V4HI "V16HI") > >>(V2SI "V8SI") (V2SF "V8SF") > >> - (DI "V4DI") (DF "V4DF") > >> - (V16QI "V32QI")

Re: [AArch64] Remove unused VRL2/3/4 iterator values

2015-07-30 Thread Alan Lawrence
James Greenhalgh wrote: (define_mode_attr VRL2 [(V8QI "V32QI") (V4HI "V16HI") (V2SI "V8SI") (V2SF "V8SF") - (DI "V4DI") (DF "V4DF") - (V16QI "V32QI") (V8HI "V16HI") - (V4SI "V8SI") (V4SF "V8SF") -

Re: [AArch64] Remove unused VRL2/3/4 iterator values (was: Re: [PATCH 8/15][AArch64] Add support for float14x{4,8}_t vectors/builtins)

2015-07-30 Thread James Greenhalgh
On Thu, Jul 30, 2015 at 12:47:20PM +0100, Alan Lawrence wrote: > James Greenhalgh wrote: > > On Tue, Jul 28, 2015 at 12:25:40PM +0100, Alan Lawrence wrote: > > > > I'd have preferred the unrelated changes here as separate patches. If you > > pull them out, they are OK to commit independent of this

[AArch64] Remove unused VRL2/3/4 iterator values (was: Re: [PATCH 8/15][AArch64] Add support for float14x{4,8}_t vectors/builtins)

2015-07-30 Thread Alan Lawrence
James Greenhalgh wrote: On Tue, Jul 28, 2015 at 12:25:40PM +0100, Alan Lawrence wrote: I'd have preferred the unrelated changes here as separate patches. If you pull them out, they are OK to commit independent of this patch. Done (r226352 and r226353). Ah ok, I see what is going on here... N