RE: [PATCH 5/5] Ensure the mode used to create split registers is suppported

2017-02-20 Thread Matthew Fortune
Vladimir Makarov writes: > On 02/07/2017 09:08 AM, Matthew Fortune wrote: > > Hi, > > > > This patch addresses a problem with LRA splitting hard registers where > > the mode requires multiple registers. When splitting then each > > constituent register is split individually

Re: [PATCH 5/5] Ensure the mode used to create split registers is suppported

2017-02-07 Thread Vladimir Makarov
On 02/07/2017 09:08 AM, Matthew Fortune wrote: Hi, This patch addresses a problem with LRA splitting hard registers where the mode requires multiple registers. When splitting then each constituent register is split individually using the widest mode for each register but no check is made

[PATCH 5/5] Ensure the mode used to create split registers is suppported

2017-02-07 Thread Matthew Fortune
Hi, This patch addresses a problem with LRA splitting hard registers where the mode requires multiple registers. When splitting then each constituent register is split individually using the widest mode for each register but no check is made that such a mode is actually supported in those