numba
numba copied to clipboard
Replace Uses of `ir.Inst._rec_list_vars` When Statically Known
Closes https://github.com/numba/numba/issues/9716.
Replaces uses of _rec_list_vars inside of list_vars for statically-known cases in subclasses of ir.Inst.
See approximately a 10% performance improvement on the mentioned benchmark
WAITING FOR BASE PR slade/lazy_pformat to be merged first.