summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/branch-hint.ll
AgeCommit message (Collapse)Author
2015-12-12[PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255398 91177308-0d34-0410-b5e6-96231b3b80d8