================
@@ -135,6 +135,8 @@ enum NodeType : unsigned {
   UDIV_PRED,
   UMAX_PRED,
   UMIN_PRED,
+  FAMAX_PRED,
+  FAMIN_PRED,
----------------
paulwalker-arm wrote:

Is it necessary to create dedicated AArch64ISD nodes? We normally reserve that 
for cases where additional DAG combines are available or for when the operation 
is hard to match during ISel, neither of which apply in this case?

https://github.com/llvm/llvm-project/pull/99042
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to