[llvm] [InstCombine] fold add(zext(udiv(A,C)), zext(icmp ne(urem(A,C),0))) -> zext(udiv(A+C-1,C)) (PR #187890)
Takashi Idobe via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 19:24:53 PDT 2026
https://github.com/Takashiidobe closed https://github.com/llvm/llvm-project/pull/187890
More information about the llvm-commits
mailing list