Arm64/Sve: The scaling of immediate in ldr and other instructions should take into account variable VL #100991
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
Milestone
Relevant discussion: #100134 (comment) and #100743 (comment)
Today, we hardcode the VL to be 128-bits while encoding the INS_sve_ldr and INS_sve_str. We should make sure that it is VL agnostic.
The text was updated successfully, but these errors were encountered: