Project

General

Profile

« Previous | Next » 

Revision 1f024cfd

Added by dodecadaniel (Daniel Colson) 5 days ago

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.

This gets a few for loops and jit.get_opnd calls out of the gen_
functions.