Re: [patch] Document new overflow arithmetics patterns

2015-11-20 Thread Jakub Jelinek
On Fri, Nov 20, 2015 at 11:12:06AM +0100, Eric Botcazou wrote: > Hi, > > this documents the new overflow arithmetics patterns added recently (addv4, > subv4, mulv4, umulv4, negv3) and only them, i.e. the old ones are still not. > This also fixes the description of the cbranch and jump patterns, w

[patch] Document new overflow arithmetics patterns

2015-11-20 Thread Eric Botcazou
Hi, this documents the new overflow arithmetics patterns added recently (addv4, subv4, mulv4, umulv4, negv3) and only them, i.e. the old ones are still not. This also fixes the description of the cbranch and jump patterns, which were referring to a label_ref instead of a code_label. Tested with