RFR: 8349138: Optimize Math.copySign API for Intel e-core targets [v2]

Quan Anh Mai qamai at openjdk.org
Tue Feb 4 16:54:13 UTC 2025


On Tue, 4 Feb 2025 06:14:11 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> this patch does not break existing IR invariants

Also, what invariant can be broken by transforming `AndI(MoveF2I(x), MoveF2I(y)` into `MoveF2I(AndF(x, y))`?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23386#issuecomment-2634535019


More information about the hotspot-compiler-dev mailing list