================
@@ -89,6 +89,14 @@ static mlir::Value getMaskVecValue(CIRGenFunction &cgf,
const CallExpr *expr,
}
return maskVec;
}
+static mlir::Value emitX86CompressExpand(CIRGenFunction &cgf, const CallExpr
*expr,ArrayRef<mlir::Value> ops, bool IsCompress, const std::string &ID){
----------------
HendrikHuebner wrote:
It would also be nice if you pass the operands separately, so you can give them
names (instead of referring to ops[x])
https://github.com/llvm/llvm-project/pull/169582
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits