steakhal wrote: > > In this patch, I simply sidestep this one by using BigInts > > Is this type always available on all platforms?
I dont see any reason why it wouldnt work cross platform. This is to compute the mathematical result (that we discard once we figured out that wrapping happened or not to bind the correct return value) but the calculation itself still had wrapping semantics. https://github.com/llvm/llvm-project/pull/174335 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
