Skip to content

Commit

Permalink
Adjust the ins for sve instruction
Browse files Browse the repository at this point in the history
Picked up the change in dotnet#95127 (comment)
  • Loading branch information
kunalspathak committed Nov 22, 2023
1 parent bd97913 commit ec4b465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/jit/emitarm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3768,6 +3768,7 @@ emitter::code_t emitter::emitInsCodeSve(instruction ins, insFormat fmt)
}

assert(encoding_found);
ins = (instruction)((unsigned)ins - INS_sve_invalid);

switch (index)
{
Expand Down

0 comments on commit ec4b465

Please sign in to comment.