RFR: 8261142: AArch64: Incorrect instruction encoding when right-shifting vectors with shift amount equals to the element width [v9]
Dong Bo
dongbo at openjdk.java.net
Tue Feb 23 10:31:45 UTC 2021
On Tue, 9 Feb 2021 07:50:45 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> Dong Bo has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - whitespace
>> - Rebase tests so that sshr/ushr/sshl/ssra/usra are accessed in one jtreg case, assembly print verified.
>
> Thanks for the fix.
Hi, @theRealAph
I've rebased the tests so that sshr/ushr/sshl/ssra/usra are accessed in one jtreg `test/hotspot/jtreg/compiler/vectorapi/TestVectorShiftImm.java`.
Local tests by manually injected error shows all instructions are covered by the jtreg case. Suggestions?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2472
More information about the hotspot-dev
mailing list