forked from OSchip/llvm-project
10f2a0d662
CallInst::updateProfWeight() creates branch_weights with i64 instead of i32. To be more consistent everywhere and remove lots of casts from uint64_t to uint32_t, use i64 for branch_weights. Reviewed By: davidxl Differential Revision: https://reviews.llvm.org/D88609 |
||
---|---|---|
.. | ||
basic.ll | ||
basic_i32.ll | ||
branch-large-weights.ll | ||
deopt-intrinsic.ll | ||
fcmp.ll | ||
libfunc_call.ll | ||
loop.ll | ||
noreturn.ll | ||
pr18705.ll | ||
pr22718.ll | ||
switch.ll | ||
zero_heuristics.ll |