From: Claudiu Zissulescu Date: Thu, 1 Jun 2017 09:42:27 +0000 (+0200) Subject: [ARC] Change predicate movv2hi to avoid scaled addresses. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30c0df2aa37ee207834dfc079c3e14f7870430b9;p=gcc.git [ARC] Change predicate movv2hi to avoid scaled addresses. 2017-06-01 Claudiu Zissulescu * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid scaled addresses. From-SVN: r248779 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 743f4689d79..daf4133b792 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-01 Claudiu Zissulescu + + * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid + scaled addresses. + 2017-06-01 Claudiu Zissulescu * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index 525303364d5..6c102d3c7f8 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -1356,7 +1356,7 @@ }") (define_insn_and_split "*movv2hi_insn" - [(set (match_operand:V2HI 0 "nonimmediate_operand" "=r,r,r,m") + [(set (match_operand:V2HI 0 "move_dest_operand" "=r,r,r,m") (match_operand:V2HI 1 "general_operand" "i,r,m,r"))] "(register_operand (operands[0], V2HImode) || register_operand (operands[1], V2HImode))"