================
@@ -830,6 +830,15 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
                                             std::forward<Operands>(op)...)
         .getResult();
   }
+
+  mlir::Value emitIntrinsicCallOp(mlir::Location loc, const llvm::StringRef 
str,
+                                  const mlir::Type &resTy,
+                                  mlir::ValueRange operands,
+                                  cir::FastMathFlagsAttr fastmath) {
----------------
xakep8 wrote:

Not right now I'm waiting on the other PR to be merged to build on top of it 
with this

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

Reply via email to