[clang] [flang] [mlir] [flang,acc] Support -ffp-maxmin-behavior option in lowering. (PR #184730)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 05:38:47 PST 2026


================
@@ -260,7 +260,7 @@ struct IntrinsicLibrary {
   mlir::Value genExponent(mlir::Type, llvm::ArrayRef<mlir::Value>);
   fir::ExtendedValue genExtendsTypeOf(mlir::Type,
                                       llvm::ArrayRef<fir::ExtendedValue>);
-  template <Extremum, ExtremumBehavior>
----------------
jeanPerier wrote:

Is it possible to get rid of the Extremum and ExtremumBehavior definitions if they are not used anymore?

https://github.com/llvm/llvm-project/pull/184730


More information about the cfe-commits mailing list