mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
42655ff03b
The recent LLVM 16 update changes code-gen to be not branchless anymore, in the slice::sort implementation merge function. This improves performance by 30% for random patterns, restoring the performance to the state with LLVM 15.