RFR: 8345609: [C1] LIR Operations with one input should be implemented as LIR_Op1 [v2]

Martin Doerr mdoerr at openjdk.org
Thu Dec 5 21:29:51 UTC 2024


> Change `lir_sqrt`, `lir_abs`, `lir_neg`, `lir_f2hf`, `lir_hf2f` to use `LIR_Op1`. Extend `LIR_Op1` to support one temp register operand.
> Also see JBS issue.
> 
> Remove `lir_tan` and `lir_log10` which are unused (dead and incomplete code). They should have been removed with or after https://github.com/openjdk/jdk/commit/ad79a5ae65d24861ead3ae96cf148c8bc0f02736 and the corresponding changes on other platforms.

Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:

  Update Copyright headers.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22582/files
  - new: https://git.openjdk.org/jdk/pull/22582/files/1213839c..5ff93516

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22582&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22582&range=00-01

  Stats: 4 lines in 4 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/22582.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22582/head:pull/22582

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


More information about the hotspot-compiler-dev mailing list