RFR: 8318650: Optimized subword gather for x86 targets. [v14]
Emanuel Peter
epeter at openjdk.org
Mon Feb 26 13:17:57 UTC 2024
On Mon, 26 Feb 2024 13:06:19 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template line 4840:
>>
>>> 4838:
>>> 4839: // Check indices are within array bounds.
>>> 4840: // FIXME: Check index under mask controlling.
>>
>> This is a new FIXME in the template. I see that there are others around from before. Still, if you add a new one, I think you should at least add a bug-number that addresses this. That way, we can track the task.
>
> DONE, will address this bug fix in a follow-up PR https://bugs.openjdk.org/browse/JDK-8326664
Great, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16354#discussion_r1502594840
More information about the hotspot-compiler-dev
mailing list