summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/minsize-call-cse.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Prefer indirect calls in minsize modeJames Molloy2016-07-151-0/+28
... When we emit several calls to the same function in the same basic block. An indirect call uses a "BLX r0" instruction which has a 16-bit encoding. If many calls are made to the same target, this can enable significant code size reductions. llvm-svn: 275537
OpenPOWER on IntegriCloud