[ARM] Fix invalid instructions generated for data movement.
authorMatthew Wahab <mwahab@gcc.gnu.org>
Tue, 27 Sep 2016 14:09:10 +0000 (14:09 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Tue, 27 Sep 2016 14:09:10 +0000 (14:09 +0000)
commit3e18d981fddfe0a6c9e11c925674d4e532af7502
tree9a3607ad6ee964717828c37ef60b299aaf041806
parentbfda9a5e8e6cbca41d9a7a64194311a910abc95c
[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
gcc/ChangeLog