This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] convert stormy16 to constraints.md


On Mon, Feb 14, 2011 at 12:50:39PM -0800, Richard Henderson wrote:
> Ok except,
> 
> > +(define_constraint "W"
> > +  "@internal"
> > +  (match_test "xstormy16_below100_operand (op, mode)"))
> 
> I believe this is exactly
> 
>   (match_operand 0 "xstormy16_below100_operand")
> 
> For the to-do list, there's a whole set of define_predicates that use
> match_code + C code where ior + match_operand would do.  There are also
> a couple of predicates with match_code + C code, where the C code
> contains a test redundant with the match_code.

Thanks for the review.  FAOD, you're talking about cleanups across
config/*/predicates.md?

-Nathan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]