Re: [PATCH 045/236] define_bypass guard functions take a pair of rtx_insn

2014-08-21 Thread David Malcolm
On Wed, 2014-08-13 at 12:07 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > (define_bypass) clauses in .md files can specify the name of a guard > > function as their final operand. Currently these functions are called > > with a pair of rtx. This patch strengthens insn-autom

Re: [PATCH 045/236] define_bypass guard functions take a pair of rtx_insn

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: (define_bypass) clauses in .md files can specify the name of a guard function as their final operand. Currently these functions are called with a pair of rtx. This patch strengthens insn-automata.c so that such guard functions are passed a pair of rtx_ins

[PATCH 045/236] define_bypass guard functions take a pair of rtx_insn

2014-08-06 Thread David Malcolm
(define_bypass) clauses in .md files can specify the name of a guard function as their final operand. Currently these functions are called with a pair of rtx. This patch strengthens insn-automata.c so that such guard functions are passed a pair of rtx_insn *, allowing these guard functions to be