[flang-commits] [flang] [llvm] [flang] Enumeration Type: (PR 3/5) Intrinsics + I/O + Modules (PR #193235)

via flang-commits flang-commits at lists.llvm.org
Thu Jul 2 10:27:30 PDT 2026


================
@@ -3864,6 +4080,25 @@ std::optional<SpecificCall> IntrinsicProcTable::Implementation::Probe(
         }
       }
     }
+
+    // Enumeration type intrinsics: HUGE, NEXT, PREVIOUS, INT
+    if (arguments.size() >= 1 && arguments[0]) {
+      if (auto type{arguments[0]->GetType()}) {
----------------
kwyatt-ext wrote:

Added argument matching.

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


More information about the flang-commits mailing list