================
@@ -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,
----------------
andykaylor wrote:

Is having an explicit ValueRange here vs. the `Operands &&...op` form used in 
the function above going to cause us problems? Maybe the fast-math attribute 
should be moved ahead of the operands.

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