Re: [ARM] Fix invalid instructions generated for data movement.

2016-09-27 Thread Christophe Lyon
Hi, On 27 September 2016 at 15:55, Kyrill Tkachov wrote: > Hi Matthew, > > > On 27/09/16 14:21, Matthew Wahab wrote: >> >> Recently added support for ARMv8.2-A >> (https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01240.html) included a >> number of changes to improve data movement, particularly for

Re: [ARM] Fix invalid instructions generated for data movement.

2016-09-27 Thread Kyrill Tkachov
Hi Matthew, On 27/09/16 14:21, Matthew Wahab wrote: Recently added support for ARMv8.2-A (https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01240.html) included a number of changes to improve data movement, particularly for HI and HF mode values. These included the use of the Thumb-2 instruction MOV

[ARM] Fix invalid instructions generated for data movement.

2016-09-27 Thread Matthew Wahab
e. >From bedba58f504ef1f68ee0f90d9e34563b75653ae5 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Mon, 26 Sep 2016 12:05:34 +0100 Subject: [PATCH] [ARM] Fix invalid instructions generated for data movement. Recently added support for ARMv8.2-A (https://gcc.gnu.org/ml/gcc-patches/2016