On 19/11/14 11:20, Richard Henderson wrote:
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~

committed with your suggestion.

https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217786

Regards,
Renlin Li

Reply via email to