fn gen_stack_access_builders(fmt: &mut Formatter)Expand description
Emit the stack_load, stack_store, dynamic_stack_load, and
dynamic_stack_store InstBuilder backwards-compat/convenience methods.
These are equivalent to a [dynamic_]stack_addr followed by a normal
load/store.