The limitation in LibCallSimplifier::optimizeStringLength to only
optimize when the string is an i8 array was changed already in
commit 50ec0b5dceff1f3fe93 back in 2017.
We still only simplify when 's 'points at an array of 'CharSize', so
the comment is still valid in the sense that we do not support
arbitrary array types.