================
@@ -542,6 +542,31 @@ static mlir::Value emitX86vpcom(CIRGenBuilderTy &builder, 
mlir::Location loc,
   return builder.createVecCompare(loc, pred, op0, op1);
 }
 
+static mlir::Value emitX86MaskedCompareResult(CIRGenBuilderTy &builder,
----------------
andykaylor wrote:

This function already exists. It is just missing the `maskIn` handling. Can you 
add those lines to the existing function and remove the `cgf` parameter?

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

Reply via email to