Make ARM add rN, sp, #imm instructions rematerializable. That's how the...
Make ARM add rN, sp, #imm instructions rematerializable. That's how the address of locals is calculated, so this should help relieve register pressure a bit. Recalculating the local address is almost always going to be better than spilling. llvm-svn: 112503
Loading
Please register or sign in to comment