[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
Sat Oct 31 00:18:56 PDT 2020
aeubanks added a comment.
The stack trace helped me come up with my own repro, reverting.
It's more uint64_t overflow issues. This might be the reason branch_weights were initially i32 with casts in a bunch of places around LLVM. Not sure if I should try and fix all usages or just keep branch_weights as i32.
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