[all-commits] [llvm/llvm-project] 2b7126: [SelectionDAG][X86] Fold `sub(x, mul(divrem(x, y)[0...
Iris via All-commits
all-commits at lists.llvm.org
Tue Apr 22 05:57:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b712693886a2a8339c0452f12f06b676e946d49
https://github.com/llvm/llvm-project/commit/2b712693886a2a8339c0452f12f06b676e946d49
Author: Iris <0.0 at owo.li>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
M llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll
Log Message:
-----------
[SelectionDAG][X86] Fold `sub(x, mul(divrem(x,y)[0], y))` to `divrem(x, y)[1]` (#136565)
Closes #51823.
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