[ARM] Fix insn type of movmisalign neon load pattern.
* config/arm/neon.md (*movmisalign<mode>_neon_load): Change type to neon_load1_1reg<q>. From-SVN: r215346
This commit is contained in:
parent
2a2c9357f6
commit
b5a2602380
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* config/arm/neon.md (*movmisalign<mode>_neon_load): Change type
|
||||
to neon_load1_1reg<q>.
|
||||
|
||||
2014-09-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/63284
|
||||
|
|
|
@ -296,7 +296,7 @@
|
|||
UNSPEC_MISALIGNED_ACCESS))]
|
||||
"TARGET_NEON && !BYTES_BIG_ENDIAN && unaligned_access"
|
||||
"vld1.<V_sz_elem>\t{%q0}, %A1"
|
||||
[(set_attr "type" "neon_store1_1reg<q>")])
|
||||
[(set_attr "type" "neon_load1_1reg<q>")])
|
||||
|
||||
(define_insn "vec_set<mode>_internal"
|
||||
[(set (match_operand:VD 0 "s_register_operand" "=w,w")
|
||||
|
|
Loading…
Add table
Reference in a new issue