Files
rust/compiler/rustc_codegen_llvm/src
Amanieu d'Antras 4f78f9fbb0 Force LLVM to use CMOV for binary search
Since https://reviews.llvm.org/D118118, LLVM will no longer turn CMOVs
into branches if it comes from a `select` marked with an `unpredictable`
metadata attribute.

This PR introduces `core::intrinsics::select_unpredictable` which emits
such a `select` and uses it in the implementation of `binary_search_by`.
2024-07-28 17:24:57 +01:00
..
2024-07-16 00:02:44 -04:00
2024-06-01 12:50:58 -04:00
2024-03-06 17:49:37 -08:00
2020-08-30 18:45:07 +03:00