nml
nml copied to clipboard
Codechange: Reduce register usage for BinOp
When second argument of a BinOp is LOAD_TEMP(), it is first copied into a temporary register instead of being accessed directly.
Skip the useless copy.