================
@@ -90,6 +90,37 @@ static mlir::Value getMaskVecValue(CIRGenFunction &cgf,
const CallExpr *expr,
return maskVec;
}
+static mlir::Value emitX86MaskAddLogic(CIRGenFunction &cgf,
+ const CallExpr *expr,
----------------
andykaylor wrote:
```suggestion
static mlir::Value emitX86MaskAddLogic(CIRGenBuilderTy &builder,
mlir::Location loc,
```
I've updated the signatures of the helper functions so we don't need to pass
cgf and expr around so many places.
https://github.com/llvm/llvm-project/pull/169185
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits