RFR: 8259610: VectorReshapeTests are not effective due to failing to intrinsify "VectorSupport.convert"
Paul Sandoz
psandoz at openjdk.java.net
Mon Dec 6 17:07:16 UTC 2021
On Mon, 6 Dec 2021 14:21:24 GMT, Mai Đặng Quân Anh <duke at openjdk.java.net> wrote:
> Hi,
>
> This patch adds several c2 tests for vector reshape operations. The tests verify the intrinsification of the corresponding operations by using the IR framework and verify the correctness of the results of compiled codes.
>
> While working on this patch, I spot some regressions regarding compilation on AVX1.
>
> Thank you very much.
Nice work. I need to look at this more closely, but this is the kind of thing i was hoping might be possible with the C2 IR test framework.
May i suggest you request to become an [author](https://openjdk.java.net/projects/#project-author)? Then you will have access to the [issue tracker](https://bugs.openjdk.java.net), and further it's one step in the process to becoming a committer, which is definitely achievable if you keep up the current rate of contributions.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6724
More information about the hotspot-compiler-dev
mailing list