[all-commits] [llvm/llvm-project] 1f7cdd: pre-commit tests
Iris via All-commits
all-commits at lists.llvm.org
Tue Apr 22 00:51:18 PDT 2025
Branch: refs/heads/users/el-ev/smax-smin-canonicalize
Home: https://github.com/llvm/llvm-project
Commit: 1f7cdd0ec211177b7938adea667080f393d70f68
https://github.com/llvm/llvm-project/commit/1f7cdd0ec211177b7938adea667080f393d70f68
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: 941da57003de10edf14b9e4f9fdbb88a400c526b
https://github.com/llvm/llvm-project/commit/941da57003de10edf14b9e4f9fdbb88a400c526b
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 `smin(smax(X, MinC), MaxC) -> smax(smin(X, MaxC), MinC)`
Compare: https://github.com/llvm/llvm-project/compare/1f7cdd0ec211%5E...941da57003de
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