mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
Don't generate AddMask as it requires more explicit consideration of semantics (#92282)
This commit is contained in:
parent
a7cafec3e2
commit
1185d19592
1 changed files with 0 additions and 9 deletions
|
@ -10796,8 +10796,6 @@ GenTree* Compiler::fgOptimizeHWIntrinsic(GenTreeHWIntrinsic* node)
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
#if defined(TARGET_XARCH)
|
#if defined(TARGET_XARCH)
|
||||||
case NI_AVX512F_Add:
|
|
||||||
case NI_AVX512BW_Add:
|
|
||||||
case NI_AVX512F_And:
|
case NI_AVX512F_And:
|
||||||
case NI_AVX512DQ_And:
|
case NI_AVX512DQ_And:
|
||||||
case NI_AVX512F_AndNot:
|
case NI_AVX512F_AndNot:
|
||||||
|
@ -10839,13 +10837,6 @@ GenTree* Compiler::fgOptimizeHWIntrinsic(GenTreeHWIntrinsic* node)
|
||||||
|
|
||||||
switch (intrinsicId)
|
switch (intrinsicId)
|
||||||
{
|
{
|
||||||
case NI_AVX512F_Add:
|
|
||||||
case NI_AVX512BW_Add:
|
|
||||||
{
|
|
||||||
maskIntrinsicId = NI_AVX512F_AddMask;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case NI_AVX512F_And:
|
case NI_AVX512F_And:
|
||||||
case NI_AVX512DQ_And:
|
case NI_AVX512DQ_And:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue