[PATCH] D88609: Use uint64_t for branch weights instead of uint32_t
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 11:49:32 PDT 2020
aeubanks added a comment.
There are actually lots of tests I didn't touch that still have i32 branch_weights, for example `llvm/test/Transforms/SampleProfile/remap.ll` has `!9 = !{!"branch_weights", i32 90, i32 10}` and still properly prints out the same branch probabilities with `opt -passes='print<branch-prob>'`. Is that good enough?
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