summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/longbranch/long-branch-expansion-1.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Handle branch expansion corner casesAleksandar Beserminji2018-08-071-0/+37
When potential jump instruction and target are in the same segment, use jump instruction with immediate field. In cases where offset does not fit immediate value of a bc/j instructions, offset is stored into register, and then jump register instruction is used. Differential Revision: https://reviews.llvm.org/D48019 llvm-svn: 339126
OpenPOWER on IntegriCloud