< prev index next >

src/hotspot/share/opto/compile.cpp

Print this page
rev 53043 : 8214922: Add vectorization support for fmin/fmax
Reviewed-by: duke

@@ -3336,10 +3336,12 @@
   case Op_AddReductionVD:
   case Op_MulReductionVI:
   case Op_MulReductionVL:
   case Op_MulReductionVF:
   case Op_MulReductionVD:
+  case Op_MinReductionV:
+  case Op_MaxReductionV:
     break;
 
   case Op_PackB:
   case Op_PackS:
   case Op_PackI:
< prev index next >