RFR: 8325520: Vector loads with offsets incorrectly compiled

Damon Fenacci dfenacci at openjdk.org
Mon Apr 15 07:27:02 UTC 2024


On Wed, 27 Mar 2024 08:49:03 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> You're right. I've relaxed the require (the max vector size shouldn't be relevant) and added `sve`. I'm not sure if there is a way to make it more generic (all platforms that support vectors?).
>
> Do you even need to restrict the test to these platforms, or is it ok to run the tests on any platform?
> Because the Vector API can be used on any platform, we may just use scalar operation instead. But that needs to be tested as well.

True. It might test the Vector API so often but in the end we need to test the scalar too. Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18347#discussion_r1540697076


More information about the hotspot-compiler-dev mailing list