On 2/4/21 5:39 AM, Alex Bennée wrote: > > Richard Henderson <richard.hender...@linaro.org> writes: > >> Only allow registers or constants, but not both, in any >> given position. > > Aren't we switching to all registers (there are no more _i functions > after this)? I guess you mean the registers can have constants in them?
Ah, bad wording. I think I was thinking of movi, which would be r,i if it actually existed in this list (which it doesn't). Better as Restrict all operands to registers. All constants will be forced into registers by the middle-end. ? r~