[PATCH] D32850: [ArgPromotion] Fix a truncated variable
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 02:25:08 PDT 2017
rengolin added a comment.
Wouldn't it be better to set the type manually to something like `uint32_t` or `uint64_t`? To make sure they're the same across all arches?
https://reviews.llvm.org/D32850
More information about the llvm-commits
mailing list