On 9/18/19 7:19 PM, Wilco Dijkstra wrote:
Hi Kyrill,+ (mult:SI (match_operand:SI 3 "s_register_operand" "r") + (match_operand:SI 2 "s_register_operand" "r"))))]Looks like we'll want to mark operand 2 here with '%' as well?That doesn't make any difference since both operands are identical. It only helps if the operands are not the same, eg. rather than "r,0" "0,r" you can write "%r" "0".
Right, I remember that now. The patch is ok then. Thanks, Kyrill
Wilco