[flang-commits] [flang] [Flang] Compute elemental character MIN/MAX result length in HLFIR (PR #189464)

Sairudra More via flang-commits flang-commits at lists.llvm.org
Mon Mar 30 15:49:55 PDT 2026


================
@@ -0,0 +1,72 @@
+! Test lowering of elemental character MIN/MAX to HLFIR
+! RUN: bbc -emit-hlfir -o - %s | FileCheck %s
+
+! Test elemental character MIN with two array arguments of the same length.
+subroutine test_elemental_char_min(a, b, res)
----------------
Saieiei wrote:

Done!

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


More information about the flang-commits mailing list