[llvm] [DAGCombiner] Handle type-promoted constants in UDIV lowering (PR #169491)
Valeriy Savchenko via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 04:49:36 PST 2025
SavchenkoValeriy wrote:
> Can we do the same for sdiv/srem too?
https://github.com/llvm/llvm-project/pull/169924 for SDIV/SREM
https://github.com/llvm/llvm-project/pull/169950 for SDIV exact
https://github.com/llvm/llvm-project/pull/169949 for UDIV exact
https://github.com/llvm/llvm-project/pull/169491
More information about the llvm-commits
mailing list