[llvm] [InstCombine] Handle ceil division idiom (PR #100977)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 28 23:33:12 PDT 2024
antoniofrighetto wrote:
Unless I'm missing something, ValueTracking seems to be lacking support of considering the possible overflow coming from *.with.overflow intrinsics, as computeOverflow currently returns MayOverflow when is guaranteed not to overflow. I'll be taking a look.
https://github.com/llvm/llvm-project/pull/100977
More information about the llvm-commits
mailing list