ZJIT: Add opnds macro for Vec to Vec (#13805)
Along the same lines as the opnd macro we already have, but for a Vec<InsnId> instead of a single InsnId.
opnd
Vec<InsnId>
InsnId
This gets a few for loops and jit.get_opnd calls out of the gen_ functions.
jit.get_opnd
gen_
ZJIT: Add opnds macro for Vec to Vec (#13805)
Along the same lines as the
opndmacro we already have, but for aVec<InsnId>instead of a singleInsnId.This gets a few for loops and
jit.get_opndcalls out of thegen_functions.