[llvm] Optimize circular buffers (PR #75722)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 13 12:06:47 PST 2024


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


More information about the llvm-commits mailing list