Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIParser/MIRPrinter: Compute block successors if not explicitely specified | Matthias Braun | 2017-05-05 | 1 | -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 powerpc | Geoff Berry | 2016-11-18 | 1 | -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 MIRParser | Geoff Berry | 2016-11-18 | 1 | -0/+26 |
Fixes PR28751. Reviewers: MatzeB, qcolombet Subscribers: mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D26775 llvm-svn: 287368 |