git: openjdk/jdk: 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations

Christian Hagedorn chagedorn at openjdk.java.net
Mon Feb 28 10:02:09 UTC 2022


Changeset: efd3967b
Author:    John Tortugo <disoares at microsoft.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
Date:      2022-02-28 10:01:24 +0000
URL:       https://git.openjdk.java.net/jdk/commit/efd3967b54fed7eaa3c3072267f766d73a3acadb

8267265: Use new IR Test Framework to create tests for C2 Ideal transformations

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/DivINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/DivLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/MulINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/MulLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/SubINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/SubLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/loopOpts/LoopIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/scalarReplacement/ScalarReplacementTests.java
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java



More information about the jdk-changes mailing list