[flang] [llvm] [flang] implement `split` for fortran 2023 (PR #161484)
Connector Switch via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 05:45:10 PDT 2025
================
@@ -0,0 +1,43 @@
+! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s
----------------
c8ef wrote:
In this test case, we tested the following. Is it insufficient?
```fortran
call split(s1, s2, p)
call split(s1, s2, p, .true.)
```
https://github.com/llvm/llvm-project/pull/161484
More information about the llvm-commits
mailing list