RFR: 8267265: Use new IR Test Framework to create tests for C2 IGV transformations [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Fri Aug 27 18:02:28 UTC 2021
On Thu, 26 Aug 2021 09:56:31 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Should I move all tests created in this PR to folders under `/compiler/c2/`? Separated by type of optimization - loopOpts, scalarReplacement, etc?
>
> I'm opting for having these tests in subfolders of `irTests` separated by type of optimization. But should we go with `compiler/irTests/*` or `/compiler/c2/irTests/*`?
I agree to do cleanup and **correctly** separate c1/c2/shared tests (as compiler tests cleanup RFE).
If we all agree with that then the answer for last question is `/compiler/c2/irTests/*`
-------------
PR: https://git.openjdk.java.net/jdk/pull/5135
More information about the hotspot-compiler-dev
mailing list