Skip to content

Commit

Permalink
Temporarily disable scaled index on arm64 (#61090)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo authored Nov 2, 2021
1 parent 8c6aeea commit 5ddf662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/codegencommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,6 @@ bool CodeGen::genCreateAddrMode(

break;

#endif // TARGET_ARMARCH
case GT_MUL:

if (op2->gtOverflow())
Expand Down Expand Up @@ -1624,6 +1623,7 @@ bool CodeGen::genCreateAddrMode(
goto FOUND_AM;
}
break;
#endif // TARGET_ARMARCH

case GT_NOP:

Expand Down

0 comments on commit 5ddf662

Please sign in to comment.