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)
commit753dbbb780fc215413e61dfd6adcf2786505cd54
tree17044e96e680e4ab98f2c12cc608359ce77a673d
parentecf644fd125a7fd4699c346d44dff4edb9b578e1
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
src/jit/block.h
src/jit/flowgraph.cpp