[all-commits] [llvm/llvm-project] 73ef27: [DAGCombiner] Handle type-promoted constants in UD...
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Thu Dec 4 02:57:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73ef27c74cc1bd73cc6c31c4619c150ce5f47ea5
https://github.com/llvm/llvm-project/commit/73ef27c74cc1bd73cc6c31c4619c150ce5f47ea5
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/udiv-by-const-promoted-ops.ll
Log Message:
-----------
[DAGCombiner] Handle type-promoted constants in UDIV exact lowering (#169949)
Builds up on the solution proposed for
https://github.com/llvm/llvm-project/pull/169491 and applies it for UDIV
exact as well.
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