RFR: 8266951: Partial in-lining for vectorized mismatch operation using AVX512 masked instructions [v10]

Jatin Bhateja jbhateja at openjdk.java.net
Fri Jun 4 07:06:35 UTC 2021


On Thu, 3 Jun 2021 10:41:40 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8266951: Incorporating Vladimir's code cleanup suggestions.
>
> src/hotspot/share/opto/castnode.hpp line 81:
> 
>> 79:     init_class_id(Class_CastII);
>> 80:   }
>> 81:   CastIINode(Node* ctrl, Node* n, const Type* t, bool carry_dependency = false, bool range_check_dependency = false)
> 
> Not used.

Done, this will gracefully limit the value range of length and also constrain scheduling of VectorMaskGen.

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

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


More information about the hotspot-compiler-dev mailing list