More peephole optimisation rules
This issue lists optimisations that we can do in peephole optimisations.
-
a jump-to-retcan be replaced withretdirectly (this would happen often for leaf functions)
This issue lists optimisations that we can do in peephole optimisations.
jump-to-ret can be replaced with ret directly (this would happen often for leaf functions)