Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt
Tell LLVM Vec::len is invariant across growth
This allows LLVM to avoid re-loading it from memory.