JIT: Assertion failed !"Instruction cannot be encoded: IF_DI_2A"
#105954
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
arm-sve
Work related to arm64 SVE/SVE2 support
in-pr
There is an active PR which will close this issue when it is merged
Priority:2
Work that is important, but not critical for the release
Milestone
Hit by Antigen on ARM64. Repro is quite large: gist.
On a few SVE-specific paths, we call
emitIns_R_R_I
directly to emit anadd
instruction, instead ofemitIns_R_R_Imm
, which handles immediates too large to fit in theR_R_I
variant ofadd
. Should be easy to find and fix these cases.The text was updated successfully, but these errors were encountered: