aarch64-simd.md (*aarch64_simd_ld1r<mode>): Use VALL mode iterator instead of VALLDI.

* config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): Use
        VALL mode iterator instead of VALLDI.

Co-Authored-By: Jiji Jiang <jiangjiji@huawei.com>

From-SVN: r217573
This commit is contained in:
Felix Yang 2014-11-14 15:51:22 +00:00 committed by Fei Yang
parent 325fe981b5
commit 732954175f
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2014-11-14 Felix Yang <felix.yang@huawei.com>
Jiji Jiang <jiangjiji@huawei.com>
* config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): Use
VALL mode iterator instead of VALLDI.
2014-11-14 Jan Hubicka <hubicka@ucw.cz>
* optc-save-gen.awk: Output cl_target_option_eq,

View File

@ -4729,8 +4729,8 @@
})
(define_insn "*aarch64_simd_ld1r<mode>"
[(set (match_operand:VALLDI 0 "register_operand" "=w")
(vec_duplicate:VALLDI
[(set (match_operand:VALL 0 "register_operand" "=w")
(vec_duplicate:VALL
(match_operand:<VEL> 1 "aarch64_simd_struct_operand" "Utv")))]
"TARGET_SIMD"
"ld1r\\t{%0.<Vtype>}, %1"