RFR: 8325520: Vector loads with offsets incorrectly compiled [v4]
Damon Fenacci
dfenacci at openjdk.org
Mon May 6 15:23:00 UTC 2024
On Thu, 25 Apr 2024 12:21:43 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> It would be great if you had tests that exactly exercise these "bad" examples, where it looks like we might optimize, but it would be wrong.
Yep, good idea. I've added a few tests to check for those cases (load-store with duplicate offsets and store-load with masks). Thanks @eme64!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18347#issuecomment-2096287127
More information about the hotspot-compiler-dev
mailing list