RFR: 8352635: Improve inferencing of Float16 operations with constant inputs [v5]

Jatin Bhateja jbhateja at openjdk.org
Sun Jun 1 17:26:07 UTC 2025


> This is a follow-up PR#22755 to improve Float16 operations inferencing.
> 
> The existing scheme to detect Float16 operations for some operations is based on pattern matching which expects to receive inputs through ConvHF2F IR, this patch extends matching to accept constant floating point inputs within the Float16 value range.
> 
> Best Regards,
> Jatin

Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:

  Extending tests and review resolutions

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24179/files
  - new: https://git.openjdk.org/jdk/pull/24179/files/b44d62dc..4a491bef

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24179&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24179&range=03-04

  Stats: 181 lines in 4 files changed: 112 ins; 5 del; 64 mod
  Patch: https://git.openjdk.org/jdk/pull/24179.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24179/head:pull/24179

PR: https://git.openjdk.org/jdk/pull/24179


More information about the hotspot-compiler-dev mailing list