================
@@ -33,6 +33,28 @@ static mlir::Value emitIntrinsicCallOp(CIRGenFunction &cgf, 
const CallExpr *e,
       .getResult();
 }
 
+static mlir::Value getMaskVecValue(CIRGenBuilderTy &builder, mlir::Value mask,
----------------
andykaylor wrote:

I don't think that's what we want. The function will be shared. I was just 
mentioning it because we'll want the same implementation in both PRs and 
whichever one is merged second will need to be rebased on the other.

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

Reply via email to