================
@@ -90,6 +90,14 @@ static mlir::Value getMaskVecValue(CIRGenFunction &cgf, 
const CallExpr *expr,
   return maskVec;
 }
 
+static mlir::Value emitX86CompressStore(CIRGenFunction &cgf, const CallExpr 
*expr, ArrayRef<mlir::Value> ops){
----------------
andykaylor wrote:

```suggestion
static mlir::Value emitX86CompressStore(CIRGenBuilderTy &builder, 
mlir::Location loc, ArrayRef<mlir::Value> ops){
```
The signature of `emitIntrinsicCallOp` has recently been updated. This change 
makes the function you are adding consistent with it.

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

Reply via email to