================
@@ -18,6 +18,90 @@
 
 using namespace clang;
 using namespace clang::CIRGen;
+using namespace cir;
+
+static mlir::Value emitBinaryExpMaybeConstrainedFPBuiltin(
+    CIRGenFunction &CGF, const CallExpr *E, llvm::StringRef IntrinsicName,
----------------
andykaylor wrote:

```suggestion
    CIRGenFunction &cgf, const CallExpr *e, llvm::StringRef intrinsicName,
```
CIR follows the MLIR coding style, which means camelCase for variable names. 
This applies throughout this PR.

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

Reply via email to