On Tue, 4 Jan 2022 15:01:22 GMT, Jatin Bhateja <[email protected]> wrote:
>> src/hotspot/cpu/x86/x86.ad line 1900:
>>
>>> 1898:
>>> 1899: case Op_MacroLogicV:
>>> 1900: if(bt != T_INT && bt != T_LONG) {
>>
>> Missing `VM_Version::supports_evex()` check?
>
> Hi @vnkozlov, we already have that check (UseAVX < 3) in match_rule_supported
> routine which gets called from this function.
Good.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6893
