summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/branch-hint.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel2015-12-121-0/+135
This branch adds hints for highly biased branches on the PPC architecture. Even in absence of profiling information, LLVM will mark code reaching unreachable terminators and other exceptional control flow constructs as highly unlikely to be reached. Patch by Tom Jablin! llvm-svn: 255398
OpenPOWER on IntegriCloud