On 11/13/18 10:28 AM, Jakub Jelinek wrote: > - [(match_operand:GPI 2 "aarch64_plus_operand" "rn") ;; expect > + [(match_operand:GPI 2 "aarch64_plus_operand" "rIJ") ;; expect
Ah, yes. That's my bug. There is a similar one just above wrt aarch64_compare_and_swap<HI>, and that one needs a new constraint in order to handle it. I'll send a patch. r~