[ARC] Change predicate movv2hi to avoid scaled addresses.
authorClaudiu Zissulescu <claziss@synopsys.com>
Thu, 1 Jun 2017 09:42:27 +0000 (11:42 +0200)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Thu, 1 Jun 2017 09:42:27 +0000 (11:42 +0200)
2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>

* config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
scaled addresses.

From-SVN: r248779

gcc/ChangeLog
gcc/config/arc/simdext.md

index 743f4689d79bd5dfda4f84e644a54a3c7b09fdf8..daf4133b792a9c698d7ad64bee0affdd59f6c2bb 100644 (file)
@@ -1,3 +1,8 @@
+2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
+       scaled addresses.
+
 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
 
        * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
index 525303364d5782134a928fa712e15c2cba302e28..6c102d3c7f8daab9b51aaeff7661fa9cce62f105 100644 (file)
    }")
 
 (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))"