On Fri, 27 Sep 2024 14:15:04 GMT, Galder Zamarreño <gal...@openjdk.org> wrote:
> The only situation where this PR is a regression compared to current code is > when the one of the branch side is always taken. Bear in mind that's quite common. It's not very unusual to clip a range with something equivalent to `x = min(max(x, lowest), highest)`. What does benchmarking that look like, when all the `x` are within that range? ------------- PR Comment: https://git.openjdk.org/jdk/pull/20098#issuecomment-2379768983