Re: Recording predicate information in all rtl gen* programs

2011-04-12 Thread Richard Sandiford
"H.J. Lu" writes: > I think your patch caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48573 Sorry, this didn't show up on pure x86_64. It was caused by the optabs.c patch rather than this one. I've reverted it for now. One fix would be: /* If the operand is a memory, try forcing th

Re: Recording predicate information in all rtl gen* programs

2011-04-12 Thread H.J. Lu
On Tue, Apr 12, 2011 at 5:28 AM, Richard Sandiford wrote: > This patch is a prerequisite for: > >    http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02168.html > > (approved but not yet applied, because I'd forgotten about this). > > At the moment, gen* programs that want predicate information need >

Re: Recording predicate information in all rtl gen* programs

2011-04-12 Thread Bernd Schmidt
On 04/12/2011 02:28 PM, Richard Sandiford wrote: > This patch is a prerequisite for: > > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02168.html > > (approved but not yet applied, because I'd forgotten about this). > > At the moment, gen* programs that want predicate information need > t

Recording predicate information in all rtl gen* programs

2011-04-12 Thread Richard Sandiford
This patch is a prerequisite for: http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02168.html (approved but not yet applied, because I'd forgotten about this). At the moment, gen* programs that want predicate information need to process the DEFINE*_PREDICATE directives themselves. They can