On Mon, Oct 19, 2015 at 4:12 AM, Uros Bizjak wrote:
> On Mon, Oct 19, 2015 at 1:12 PM, H.J. Lu wrote:
>> On Mon, Oct 19, 2015 at 4:05 AM, Uros Bizjak wrote:
>>> On Fri, Oct 16, 2015 at 7:42 PM, H.J. Lu wrote:
Since GET_MODE_ALIGNMENT is defined by psABI and the biggest alignment
is 4
On Mon, Oct 19, 2015 at 1:12 PM, H.J. Lu wrote:
> On Mon, Oct 19, 2015 at 4:05 AM, Uros Bizjak wrote:
>> On Fri, Oct 16, 2015 at 7:42 PM, H.J. Lu wrote:
>>> Since GET_MODE_ALIGNMENT is defined by psABI and the biggest alignment
>>> is 4 byte for IA MCU psABI, we should use GET_MODE_BITSIZE to ge
On Mon, Oct 19, 2015 at 4:05 AM, Uros Bizjak wrote:
> On Fri, Oct 16, 2015 at 7:42 PM, H.J. Lu wrote:
>> Since GET_MODE_ALIGNMENT is defined by psABI and the biggest alignment
>> is 4 byte for IA MCU psABI, we should use GET_MODE_BITSIZE to get
>> vector natural alignment to check misaligned vect
On Fri, Oct 16, 2015 at 7:42 PM, H.J. Lu wrote:
> Since GET_MODE_ALIGNMENT is defined by psABI and the biggest alignment
> is 4 byte for IA MCU psABI, we should use GET_MODE_BITSIZE to get
> vector natural alignment to check misaligned vector move.
>
> OK for trunk?
>
> Thanks.
>
> H.J.
> ---
>