On 10/31/2014 03:51 PM, Renlin Li wrote: > +(define_expand "<su><maxmin>v2di3" > + [(parallel [ > + (set (match_operand:V2DI 0 "register_operand" "") > + (MAXMIN:V2DI (match_operand:V2DI 1 "register_operand" "") > + (match_operand:V2DI 2 "register_operand" ""))) > + (clobber (reg:CC CC_REGNUM))])] > + "TARGET_SIMD"
There's no clobber of CC_REGNUM, so you can take that out. Otherwise it looks good. r~