RFR: 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations [v2]
Cesar Soares
duke at openjdk.java.net
Mon Feb 14 22:02:15 UTC 2022
> Hi, can I please get some reviews for this Pull Request? Here is a summary of the changes:
>
> - Add tests, using the new IR-based test framework, for several of the Ideal transformations on Add, Sub, Mul, Div, Loop nodes and some simple Scalar Replacement transformations.
> - Add more default IR regex's to IR-based test framework.
Cesar Soares has updated the pull request incrementally with one additional commit since the last revision:
Fixing typos & compilation
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7434/files
- new: https://git.openjdk.java.net/jdk/pull/7434/files/88bfba36..8c66e0e5
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7434&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7434&range=00-01
Stats: 45 lines in 4 files changed: 15 ins; 0 del; 30 mod
Patch: https://git.openjdk.java.net/jdk/pull/7434.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7434/head:pull/7434
PR: https://git.openjdk.java.net/jdk/pull/7434
More information about the hotspot-compiler-dev
mailing list