RFR: 8279258: Auto-vectorization enhancement for two-dimensional array operations [v2]
Jie Fu
jiefu at openjdk.java.net
Mon Dec 27 14:52:10 UTC 2021
On Mon, 27 Dec 2021 09:54:30 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
> Hi Jie,
>
> I hope you have a good holiday too!
>
> Nice find, and straight forward fix too. I have one comment in the code.
>
> It's excellent that you have added a microbenchmark too. I would like to have a small regression test too, that quickly fails if this would break in the future. Perhaps something using the IR Testing framework.
>
Thanks @neliasso !
A regression test has been added and your comment has been addressed.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6933
More information about the hotspot-compiler-dev
mailing list