LEN_TRIM's folding is currently based on VERIFY(), and it is kind of
slow for the very large CHARACTER arguments that can show up in artificial
test suites. Rewrite in terms of single-character accesses.
Details
Details
- Reviewers
jeanPerier - Commits
- rG39f6d8334522: [flang] Speed up folding of LEN_TRIM()
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo