summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/MachineBranchProb.ll
Commit message (Collapse)AuthorAgeFilesLines
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-311-0/+34
| | | | | | | | | | | | | | | | When converting from "or + br" to two branches, or converting from "and + br" to two branches, we correctly update the edge weights of the two branches. The previous attempt at r200431 was reverted at r200434 because of two testing case failures. I modified my patch a little, but forgot to re-run "make check-all". Testing case CodeGen/ARM/lsr-unfolded-offset.ll is updated because of the patch's impact on branch probability which causes changes in spill placement. llvm-svn: 200502
* Revert r200431 due to bot failures.Manman Ren2014-01-301-34/+0
| | | | llvm-svn: 200434
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-301-0/+34
When converting from "or + br" to two branches, or converting from "and + br" to two branches, we correctly update the edge weights of the two branches. llvm-svn: 200431
OpenPOWER on IntegriCloud