================
@@ -292,6 +294,20 @@ static llvm::cl::opt<std::string> complexRange(
"multiplication and division [full|improved|basic]"),
llvm::cl::init(""));
+static llvm::cl::opt<Fortran::common::FPMaxminBehavior> fpMaxminBehavior(
+ "ffp-maxmin-behavior",
+ llvm::cl::desc("Control MAX/MIN and [max|min][loc|val] lowering "
----------------
tarunprabhu wrote:
Casing.
```suggestion
llvm::cl::desc("Control max/min and [max|min][loc|val] lowering "
```
https://github.com/llvm/llvm-project/pull/184730
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits