[all-commits] [llvm/llvm-project] 986fc2: pre-commit tests
Iris via All-commits
all-commits at lists.llvm.org
Tue Apr 22 05:05:59 PDT 2025
Branch: refs/heads/users/el-ev/smax-smin-canonicalize
Home: https://github.com/llvm/llvm-project
Commit: 986fc2cc8714b18224bed851659400903ad50eef
https://github.com/llvm/llvm-project/commit/986fc2cc8714b18224bed851659400903ad50eef
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
A llvm/test/Transforms/InstCombine/max-min-canonicalize.ll
Log Message:
-----------
pre-commit tests
Commit: 3d13662dfe9e4aa03e6a0041034381b50820af84
https://github.com/llvm/llvm-project/commit/3d13662dfe9e4aa03e6a0041034381b50820af84
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-min-canonicalize.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
Log Message:
-----------
[InstCombine] Canonicalize `max(min(X, MinC), MaxC) -> min(max(X, MaxC), MinC)`
Compare: https://github.com/llvm/llvm-project/compare/51fa11deb3fd...3d13662dfe9e
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