[all-commits] [llvm/llvm-project] e7f322: [DAGCombiner] Handle type-promoted constants in SD...
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Thu Dec 4 04:56:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7f3226e4f70f502cbd60ca5e999a6680850a50e
https://github.com/llvm/llvm-project/commit/e7f3226e4f70f502cbd60ca5e999a6680850a50e
Author: Valeriy Savchenko <vsavchenko at apple.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/AArch64/sdiv-by-const-promoted-ops.ll
Log Message:
-----------
[DAGCombiner] Handle type-promoted constants in SDIV exact lowering (#169950)
Builds up on the solution proposed for #169491 and #169924 and applies
it for SDIV exact as well. Almost a carbon copy of UDIV exact solution
from #169949.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list