[clang] Avoid printing overly large integer. (PR #75902)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 20 01:35:54 PST 2023
cor3ntin wrote:
I agree with @tbaederr, fixing the underlying issue - either by optimizing divide (good luck!) or printing in hexadecimal, seems like a better solution.
At the minimum, we should have a fixme comment to explain the restriction
@tbaederr @erichkeane @shafik opinion?
https://github.com/llvm/llvm-project/pull/75902
More information about the cfe-commits
mailing list