diff options
author | Matthew Wahab <mwahab@gcc.gnu.org> | 2016-09-27 14:09:10 +0000 |
---|---|---|
committer | Matthew Wahab <mwahab@gcc.gnu.org> | 2016-09-27 14:09:10 +0000 |
commit | 3e18d981fddfe0a6c9e11c925674d4e532af7502 (patch) | |
tree | 9a3607ad6ee964717828c37ef60b299aaf041806 /gcc | |
parent | bfda9a5e8e6cbca41d9a7a64194311a910abc95c (diff) | |
download | gcc-3e18d981fddfe0a6c9e11c925674d4e532af7502.zip gcc-3e18d981fddfe0a6c9e11c925674d4e532af7502.tar.gz gcc-3e18d981fddfe0a6c9e11c925674d4e532af7502.tar.bz2 |
[ARM] Fix invalid instructions generated for data movement.
gcc/
2016-09-27 Matthew Wahab <matthew.wahab@arm.com>
* config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
* config/arm/vfp.md (*arm_movhi_vfp): Likewise.
(*thumb2_movhi_vfp): Likewise.
(*arm_movhi_fp16): Remove predication operand from VMOV.F16
template. Expand predicable attribute to mark VMOV.F16 as not
predicable. Add "arch" attribute.
(*thumb2_movhi_fp16): Likewise.
(*arm_movsi_vfp): Break a long line. Add "arch" attribute.
(*thumb2_movsi_vfp): Add "arch" attribute.
From-SVN: r240541
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 895cec5..4bcf0ac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2016-09-27 Matthew Wahab <matthew.wahab@arm.com> + + * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute. + * config/arm/vfp.md (*arm_movhi_vfp): Likewise. + (*thumb2_movhi_vfp): Likewise. + (*arm_movhi_fp16): Remove predication operand from VMOV.F16 + template. Expand predicable attribute to mark VMOV.F16 as not + predicable. Add "arch" attribute. + (*thumb2_movhi_fp16): Likewise. + (*arm_movsi_vfp): Break a long line. Add "arch" attribute. + (*thumb2_movsi_vfp): Add "arch" attribute. + 2016-09-27 David Edelsohn <dje.gcc@gmail.com> * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify |