[all-commits] [llvm/llvm-project] 11f4f5: pre-commit tests
Iris via All-commits
all-commits at lists.llvm.org
Tue Apr 22 02:22:04 PDT 2025
Branch: refs/heads/users/el-ev/smax-smin-canonicalize
Home: https://github.com/llvm/llvm-project
Commit: 11f4f539ef6e381974aa12a74517fb3eb640ee76
https://github.com/llvm/llvm-project/commit/11f4f539ef6e381974aa12a74517fb3eb640ee76
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: ed285b0b0a6c3798ce43929c6828cd573a83541e
https://github.com/llvm/llvm-project/commit/ed285b0b0a6c3798ce43929c6828cd573a83541e
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/f1f2d4480faa...ed285b0b0a6c
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