[flang] Speed up folding of LEN_TRIM()
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. Differential Revision: https://reviews.llvm.org/D136901
Loading
Please sign in to comment