[flang-commits] [flang] [flang][hlfir] Add hlfir.maxval intrinsic (PR #65705)

Yusuke MINATO via flang-commits flang-commits at lists.llvm.org
Mon Sep 11 01:21:13 PDT 2023


================
@@ -404,6 +404,32 @@ def hlfir_CountOp : hlfir_Op<"count", [AttrSizedOperandSegments, DeclareOpInterf
   let hasVerifier = 1;
 }
 
+def hlfir_MaxvalOp : hlfir_Op<"maxval", [AttrSizedOperandSegments,
+    DeclareOpInterfaceMethods<ArithFastMathInterface>]> {
----------------
yus3710-fj wrote:

Thank you for your comment and information.
I fixed it.

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


More information about the flang-commits mailing list