[clang] [flang] [mlir] [flang,acc] Support -ffp-maxmin-behavior option in lowering. (PR #184730)
Tarun Prabhu via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 07:20:38 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list