RFR: 8293488: Add EOR3 backend rule for aarch64 SHA3 extension [v2]

Bhavana Kilambi bkilambi at openjdk.org
Wed Oct 19 14:27:39 UTC 2022


On Tue, 18 Oct 2022 20:24:07 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Bhavana Kilambi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Modified JTREG test to include feature constraints
>
> test/hotspot/jtreg/compiler/vectorization/TestEor3AArch64.java line 44:
> 
>> 42: public class TestEor3AArch64 {
>> 43: 
>> 44:     private final static int LENGTH = 2048;
> 
> Suggestion:
> 
>     private static final int LENGTH = 2048;

Hello, thank you for your feedback. I have made the suggested changes and uploaded a new patch. Please review ..

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

PR: https://git.openjdk.org/jdk/pull/10407


More information about the hotspot-dev mailing list