RFR: 8326983: Unused operands reported after JDK-8326135 [v3]

kuaiwei duke at openjdk.org
Mon Mar 4 11:12:04 UTC 2024


> Remove all unused operands reported by adlc. I'm testing x86_64 and aarch64. So far no failure found in tier1.
> I tried to clean unused operands for all platform. A special case is immLRot2 in arm, it's not used, but appeared in many todo comments. So I keep it.

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

  move no_rax_RegP from x86_64.ad to z_x86_64.ad and comment out immLRot2 in arm_32.ad

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18075/files
  - new: https://git.openjdk.org/jdk/pull/18075/files/faa8f949..29514638

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

  Stats: 33 lines in 3 files changed: 12 ins; 12 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/18075.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18075/head:pull/18075

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


More information about the hotspot-compiler-dev mailing list