summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll
Commit message (Collapse)AuthorAgeFilesLines
* MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun2017-05-051-28/+0
| | | | | | | | | | | | | | | | | - MIParser: If the successor list is not specified successors will be added based on basic block operands in the block and possible fallthrough. - MIRPrinter: Adds a new `simplify-mir` option, with that option set: Skip printing of block successor lists in cases where the parser is guaranteed to reconstruct it. This means we still print the list if some successor cannot be determined (happens for example for jump tables), if the successor order changes or branch probabilities being unequal. Differential Revision: https://reviews.llvm.org/D31262 llvm-svn: 302289
* [MIRPrinter] XFAIL test for powerpcGeoff Berry2016-11-181-0/+2
| | | | | | | This test introduced in r287368 is failing on powerpc for reasons unrelated to branch probabilities. See PR31062. llvm-svn: 287375
* [MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry2016-11-181-0/+26
Fixes PR28751. Reviewers: MatzeB, qcolombet Subscribers: mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D26775 llvm-svn: 287368
OpenPOWER on IntegriCloud