Re: [PATCH 5/5] [ARC] Fix move_double_src_operand predicate.

2017-03-24 Thread Andrew Burgess
* Claudiu Zissulescu [2017-03-20 12:43:30 +0100]: > Durring compilation process, (subreg (mem ...) ...) can occur. Hence, > we need to check if the address of mem is a valid one. This patch is > fixing this check by directly calling the address_operand, instead of > calling move_double_src_opera

[PATCH 5/5] [ARC] Fix move_double_src_operand predicate.

2017-03-20 Thread Claudiu Zissulescu
Durring compilation process, (subreg (mem ...) ...) can occur. Hence, we need to check if the address of mem is a valid one. This patch is fixing this check by directly calling the address_operand, instead of calling move_double_src_operand, as the latter is always checking against the original mod