RFR: 8308444: LoadStoreNode::result_not_used() is too conservative

Quan Anh Mai qamai at openjdk.org
Fri May 19 16:27:22 UTC 2023


Hi,

This patch improves the implementation of `LoadStoreNode::result_not_used()` to be less conservative and verifies that the preferable node is matched for `getAndAdd`. Please kindly review, thanks a lot.

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

Commit messages:
 - flag to use imm16
 - Merge branch 'master' into getandadd
 - fix tests
 - fix missing xadds_reg_no_res
 - Merge branch 'master' into getandadd
 - should not ignore blackhole
 - improve GetAndAdd

Changes: https://git.openjdk.org/jdk/pull/14061/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14061&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308444
  Stats: 273 lines in 6 files changed: 247 ins; 0 del; 26 mod
  Patch: https://git.openjdk.org/jdk/pull/14061.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14061/head:pull/14061

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


More information about the hotspot-compiler-dev mailing list