RFR: 8265244: Remove useless comparation in LibraryCallKit::inline_vector_convert() [v2]

Wang Huang whuang at openjdk.java.net
Thu Apr 29 09:17:55 UTC 2021


On Thu, 29 Apr 2021 09:08:43 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> Wang Huang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'master' into JDK-8265244
>>  - 8265244: assert(false) failed: bad AD file
>
> src/hotspot/cpu/aarch64/aarch64.ad line 2405:
> 
>> 2403:     switch (opcode) {
>> 2404:     case Op_VectorReinterpret:
>> 2405:       if (bit_size != 64 && bit_size != 128) {
> 
> bit_size < 64 ?

Reinterpret's size should bit_size == 64 ||  bit_size == 128

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

PR: https://git.openjdk.java.net/jdk/pull/3507


More information about the hotspot-compiler-dev mailing list