Wrong type-attribute for stp and str
authorDominik Infuehr <dominik.infuehr@theobroma-systems.com>
Mon, 30 Oct 2017 18:35:32 +0000 (18:35 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Mon, 30 Oct 2017 18:35:32 +0000 (18:35 +0000)
commit0d1cf53834bdcbe23c20c872036754c028caaa06
tree8f123a1aec882825e9ab0ddea37c4279e7a0b2b2
parentdaff6cdf8ea49dd3a9fbb9120f4b5ef39fe78a9a
Wrong type-attribute for stp and str

Fix the type attributes of the integer stores in aarch64_simd_mov.

    gcc/
* config/aarch64/aarch64-simd.md (*aarch64_simd_mov): Rename
both identically named patterns to (*aarch64_simd_mov<VD:mode>)
and (*aarch64_simd_mov<VQ:mode>).
(*aarch64_simd_mov<VD:mode>): Change type attribute to match
pattern alternative.
(*aarch64_simd_mov<VQ:mode>): Re-order and change type
attributes to match pattern alternative.

From-SVN: r254236
gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md