git: openjdk/jdk: 8297384: Add IR tests for existing idealizations of arithmetic nodes
Christian Hagedorn
chagedorn at openjdk.org
Fri Nov 25 08:19:20 UTC 2022
Changeset: fd910f77
Author: Zhiqiang Zang <zhiqiang.zang at utexas.edu>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2022-11-25 08:17:44 +0000
URL: https://git.openjdk.org/jdk/commit/fd910f77bcd205110688b2f17f26f76ce3de88d5
8297384: Add IR tests for existing idealizations of arithmetic nodes
Reviewed-by: chagedorn
! test/hotspot/jtreg/compiler/c2/irTests/AddINodeIdealizationTests.java
! test/hotspot/jtreg/compiler/c2/irTests/AddLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/AndINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/LShiftINodeIdealizationTests.java
! test/hotspot/jtreg/compiler/c2/irTests/MulINodeIdealizationTests.java
! test/hotspot/jtreg/compiler/c2/irTests/MulLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/RotateLeftNodeIntIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/RotateLeftNodeLongIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/URShiftINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/URShiftLNodeIdealizationTests.java
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java
More information about the jdk-changes
mailing list