"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6fe7acab9d38654f19e0a404e60c3a4a985f0c30"
Use uint64_t for branch weights instead of uint32_t
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
Loading
Please register or sign in to comment