Wrong type-attribute for stp and str
commit42a451c3eb41046b97990f1e3bd87b5c7ec78bae
authorwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2017 18:35:32 +0000 (30 18:35 +0000)
committerwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2017 18:35:32 +0000 (30 18:35 +0000)
tree8f123a1aec882825e9ab0ddea37c4279e7a0b2b2
parent5b7ab2a098b4cb5958b2e0749adf7d997bd79e93
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254236 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md