1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Other/X86
Hiroshi Inoue b51c4baf85 [CodeGen] fix broken successor probability in MBB dump
When printing successor probabilities for a MBB, a human readable value is sometimes shown as 200.0%.
The human readable output is based on getProbabilityIterator, which returns 0xFFFFFFFF for getNumerator() and 0x80000000 for getDenominator() for unknown BranchProbability.
By using getSuccProbability as we do for the non-human readable part, we can avoid this problem.

Differential Revision: https://reviews.llvm.org/D52605

llvm-svn: 343297
2018-09-28 05:27:32 +00:00
..
debugcounter-divrempairs.ll
debugcounter-partiallyinlinelibcalls.ll
inline-asm-newline-terminator.ll
lit.local.cfg
mbb-dump.ll [CodeGen] fix broken successor probability in MBB dump 2018-09-28 05:27:32 +00:00
opt-bisect-isel.ll