Change setBBProfileWeight so that we no longer multiply the profile count by 100
authorBrian Sullivan <briansul@microsoft.com>
Wed, 22 Mar 2017 21:53:51 +0000 (14:53 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Wed, 22 Mar 2017 22:11:55 +0000 (15:11 -0700)
commit52c513ea24de2a29ea29bd403c17a591d1c5fa01
treed6793222a0e35066c18fe765d1d6d1e16df7de57
parent362baf839ade4db41bbd416f02ef0e7312580b5c
Change setBBProfileWeight so that we no longer multiply the profile count by 100

Fix fgAddSyncMethodEnterExit to properly set the IBC profile weight when we have profile data
In fgComputeEdgeWeights properly set fgCalledCount when we inserted a new first block using fgFirstBBisScratch
Fix fgOptimizeUncondBranchToSimpleCond to properly set the new BasicBlock's weight and flags

Commit migrated from https://github.com/dotnet/coreclr/commit/753dbbb780fc215413e61dfd6adcf2786505cd54
src/coreclr/src/jit/block.h
src/coreclr/src/jit/flowgraph.cpp