Re: [1/3] Record the number of generator arguments in insn_data
On 03/31/2011 06:22 PM, Richard Sandiford wrote: > Bootstrapped & regression-tested on x86_64-linux-gnu. OK to install? Ok all three. Bernd
[1/3] Record the number of generator arguments in insn_data
Following the difficulties with the setmem pattern, this patch series makes the number of generator arguments (as opposed to rtx insn operands) available in insn_data. The first patch adds a new "gather statistics" function to gensupport, and uses it in genemit.c Bootstrapped & regression-tested