[flang-commits] [flang] [llvm] [flang] Implement SPLIT intrinsic subroutine with tests (PR #185584)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue Mar 10 06:59:36 PDT 2026
================
@@ -39,7 +39,7 @@ status of all important Fortran 2023 features. The table entries are based on th
| The specifiers typeof and classof | N | |
| Conditional expressions and arguments | N | |
| More use of boz constants | P | All usages other than enum are supported |
-| Intrinsics for extracting tokens from a string | N | |
+| Intrinsics for extracting tokens from a string | Y | SPLIT, TOKENIZE |
----------------
tarunprabhu wrote:
If the status is 'Y', is there any reason to add `SPLIT` and `TOKENIZE` in the comments? Are there other features that are yet to be implemented?
https://github.com/llvm/llvm-project/pull/185584
More information about the flang-commits
mailing list