================
@@ -168,6 +190,292 @@ bool WebAssemblyLegalizerInfo::legalizeCustom(
 
     return Helper.lower(MI, 0, DstType) != LegalizerHelper::UnableToLegalize;
   }
+  case TargetOpcode::G_FCMP: {
----------------
arsenm wrote:

Yes. Unless the action is introducing target specific opcodes, it belongs in 
the generic legalizerhelper 

https://github.com/llvm/llvm-project/pull/197258
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to