================
@@ -68,6 +68,27 @@ static mlir::Value emitVectorFCmp(CIRGenBuilderTy &builder,
   return bitCast;
 }
 
+// Convert the mask from an integer type to a vector of i1.
+static mlir::Value getMaskVecValue(CIRGenFunction &cgf, mlir::Value mask,
----------------
andykaylor wrote:

This function is also being upstreamed in 
https://github.com/llvm/llvm-project/pull/168591 which I expect to merge today. 
You'll need to rebase this PR after that one is merged.

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

Reply via email to