[llvm] Optimize circular buffers (PR #75722)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 09:00:54 PST 2023


https://github.com/adrian-prantl commented:

The changes from int -> unsigned look like a good improvement to me. Can clang perform the same optimization for the modulus operation? If yes, I think I prefer the original code. If not, this LGTM.

https://github.com/llvm/llvm-project/pull/75722


More information about the llvm-commits mailing list