[LEN(f(...)), where "f" is a non-intrinsic function, should not be folded
to anything else unless the result is a known constant value. While there
are conceivable cases in which we could do better (e.g., an internal function
whose length is a host-associated INTENT(IN) dummy argument), there are
other cases that we're getting wrong.
Details
Details
- Reviewers
jeanPerier sscalpone - Commits
- rGb70f507c75ac: [flang] Fix folding of LEN(f(...))
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo