The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
EVALUATION
The computation of consistent frequencies relies on the reasonable probabilities for IfNodes. A predicted call is generating a probability greater than 1, which causes the block frequency estimator to propagate a negative frequency. As a result, ifg.cpp crashes with an assertion.
The inaccuracies of method data profiling may raise the probability of a predicated call to appear to be slightly greater than 1. The compiler needs to clamp such values to something more sane, like PROB_MAX.