AtariDreams wrote: > Should we add checks for overflow then? LLVM has some addition with overflow helper functions. No need. it is proven that it won't happen. https://github.com/llvm/llvm-project/pull/75722