[PATCH] PGO: scale counters to 32-bits

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Mar 10 17:54:04 PDT 2014


PGO counters are 64-bit and branch weights are 32-bit.  This patch
updates the code to scale them down when necessary, instead of just
using the lower 32 bits.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgo-scale-to-32bits.patch
Type: application/octet-stream
Size: 5639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140310/ba8e4f9b/attachment.obj>


More information about the cfe-commits mailing list