[all-commits] [llvm/llvm-project] 770d7e: pre-commit tests
Iris via All-commits
all-commits at lists.llvm.org
Tue Apr 22 00:57:11 PDT 2025
Branch: refs/heads/users/el-ev/smax-smin-canonicalize
Home: https://github.com/llvm/llvm-project
Commit: 770d7e8a1bb35af5ea2f0e368afc647db1e30be3
https://github.com/llvm/llvm-project/commit/770d7e8a1bb35af5ea2f0e368afc647db1e30be3
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
A llvm/test/Transforms/InstCombine/smax-smin-canonicalize.ll
Log Message:
-----------
pre-commit tests
Commit: 2dcdfcab61acd84164db1a0ea32c011067e7e106
https://github.com/llvm/llvm-project/commit/2dcdfcab61acd84164db1a0ea32c011067e7e106
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/clamp-to-minmax.ll
M llvm/test/Transforms/InstCombine/max_known_bits.ll
M llvm/test/Transforms/InstCombine/minmax-fold.ll
M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll
M llvm/test/Transforms/InstCombine/sadd_sat.ll
M llvm/test/Transforms/InstCombine/select-min-max.ll
M llvm/test/Transforms/InstCombine/smax-smin-canonicalize.ll
Log Message:
-----------
[InstCombine] Canonicalize `smax(smin(X, MinC), MaxC) -> smin(smax(X, MaxC), MinC)`
Compare: https://github.com/llvm/llvm-project/compare/941da57003de...2dcdfcab61ac
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