git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Wed Apr 13 16:03:38 UTC 2022
Changeset: c7755b81
Author: Zhiqiang Zang <zhiqiang.zang at utexas.edu>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2022-04-13 16:01:10 +0000
URL: https://git.openjdk.java.net/mobile/commit/c7755b815d149425534aa4344c753591aa41b725
8283094: Add Ideal transformation: x + (con - y) -> (x - y) + con
Reviewed-by: kvn, thartmann
! src/hotspot/share/opto/addnode.cpp
! src/hotspot/share/opto/node.hpp
! test/hotspot/jtreg/compiler/c2/irTests/AddINodeIdealizationTests.java
! test/hotspot/jtreg/compiler/c2/irTests/AddLNodeIdealizationTests.java
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java
Changeset: d5813d61
Author: duke <duke at openjdk.org>
Date: 2022-04-13 16:01:44 +0000
URL: https://git.openjdk.java.net/mobile/commit/d5813d61d7fbdec41c00e23b7e169aebbb844610
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list