[all-commits] [llvm/llvm-project] b219a1: pre-commit tests
Iris via All-commits
all-commits at lists.llvm.org
Mon Apr 21 06:19:21 PDT 2025
Branch: refs/heads/users/el-ev/combine-divrem
Home: https://github.com/llvm/llvm-project
Commit: b219a178569826b2b951e2dc2697f03a3edb4d85
https://github.com/llvm/llvm-project/commit/b219a178569826b2b951e2dc2697f03a3edb4d85
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-21 (Mon, 21 Apr 2025)
Changed paths:
M llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
M llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll
Log Message:
-----------
pre-commit tests
Commit: fff860a9f093023ce31cde1daba90df63ed1ca12
https://github.com/llvm/llvm-project/commit/fff860a9f093023ce31cde1daba90df63ed1ca12
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-21 (Mon, 21 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]`
Compare: https://github.com/llvm/llvm-project/compare/b219a1785698%5E...fff860a9f093
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