"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "c69550c132e5f6eea025ba1f52bd2eb632599d46"
[ARM] Place jump table as the first operand in additions
When generating table jump code for switch statements, place the jump table label as the first operand in the various addition instructions in order to enable addressing mode selectors to better match index computation and possibly fold them into the addressing mode of the table entry load instruction. Differential revision: https://reviews.llvm.org/D39752 llvm-svn: 318033
Loading
Please register or sign in to comment