Implement a simple peephole optimization framework for ARM.
Implement some optimizations: + performing arithmetic by a small constant is 3 instructions shorter. + reading a local variables is 1 instruction shorter. + constant array indexing (e.g. p[5]) is 5 instructions shorter.
Loading
Please register or sign in to comment