[PATCH] D88609: Use uint64_t for branch weights instead of uint32_t
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 11:59:16 PDT 2020
vsk added a comment.
To my knowledge, we're not relying on the fact that branch_weights are 32-bit for bitcode compatibility purposes, or for PGO. We do support using older .profdata files with newer builds, but (afaict) this change to branch_weights does not affect that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88609/new/
https://reviews.llvm.org/D88609
More information about the llvm-commits
mailing list