Skip to content

Commit

Permalink
Forgot to call emitOutput_Instr on SVE_GD_2A (#95814)
Browse files Browse the repository at this point in the history
  • Loading branch information
TIHan authored Dec 9, 2023
1 parent e48ae1e commit e0d447c
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 @@ -14640,6 +14640,7 @@ size_t emitter::emitOutputInstr(insGroup* ig, instrDesc* id, BYTE** dp)
code |= insEncodeReg_V_9_to_5(id->idReg2()); // nnnnn
code |= insEncodeSveElemsize_tszh_22_tszl_20_to_19(optGetSveElemsize(id->idInsOpt())); // xx
// x
dst += emitOutput_Instr(dst, code);
break;

case IF_SVE_GK_2A: // ................ ......mmmmmddddd -- SVE2 crypto destructive binary operations
Expand Down

0 comments on commit e0d447c

Please sign in to comment.