PGO branch weight: keep halving the weights until they can fit into
uint32. When folding branches to common destination, the updated branch weights can exceed uint32 by more than factor of 2. We should keep halving the weights until they can fit into uint32. llvm-svn: 200262
Loading
Please register or sign in to comment