[llvm-branch-commits] [libcxx] [libc++][format][2/7] Optimizes c-string arguments. (PR #101805)
Nikolas Klauser via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 17 08:25:39 PDT 2024
philnik777 wrote:
It's also worth noting that compilers can constant-fold `strlen`, so in cases where the string is known this doesn't even result in multiple iterations.
https://github.com/llvm/llvm-project/pull/101805
More information about the llvm-branch-commits
mailing list