================
@@ -86,6 +86,26 @@ static mlir::Value getMaskVecValue(CIRGenBuilderTy &builder, 
mlir::Location loc,
   return maskVec;
 }
 
+static mlir::Value emitX86RoundImmediate(CIRGenBuilderTy &builder,
+                                         mlir::Location loc, mlir::Value x,
+                                         unsigned roundingControl) {
+  constexpr unsigned roundingMask = 0b11;
----------------
borysperski wrote:

Thanks, done.

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

Reply via email to