mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
f1cb16e481a60dbac58affcf8c8e423dac3937cb
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
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%