Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit....
Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. This is a bit of pre-mature optimization. 8-bit variant makes it likely it will be narrowed to a 16-bit instruction. llvm-svn: 78030
Loading
Please register or sign in to comment