Files
rust/library
Matthias Krüger 9e16082e63 Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee
Improve the generic MIR in the default `PartialOrd::le` and friends

It looks like I regressed this accidentally in #137197 due to #137901

So this PR does two things:
1. Tweaks the way we're calling `is_some_and` so that it optimizes in the generic MIR (rather than needing to optimize it in every monomorphization) -- the first commit adds a MIR test, so you can see the difference in the second commit.
2. Updates the implementations of `is_le` and friends to be slightly simpler, and parallel how clang does them.
2025-03-07 10:02:26 +01:00
..
2025-02-13 14:32:50 -08:00
2025-02-18 09:32:44 -08:00
2025-02-09 17:11:13 +00:00
2025-03-06 11:11:55 -08:00
2025-02-18 09:32:44 -08:00