================ @@ -417,6 +417,95 @@ static mlir::Value emitX86vpcom(CIRGenBuilderTy &builder, mlir::Location loc, return builder.createVecCompare(loc, pred, op0, op1); } +// Emits masked result similar to EmitX86MaskedCompareResult in +// clang/lib/CodeGen/TargetBuiltins/X86.cpp +static mlir::Value emitX86MaskedResult(CIRGenBuilderTy &builder, ---------------- jacquesguan wrote:
Thanks for comment, updated. https://github.com/llvm/llvm-project/pull/172813 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
