[all-commits] [llvm/llvm-project] d39e41: pre-commit test
Iris Shi via All-commits
all-commits at lists.llvm.org
Fri Jun 13 19:15:56 PDT 2025
Branch: refs/heads/users/el-ev/fold-ceil-shift
Home: https://github.com/llvm/llvm-project
Commit: d39e41f29fe286b3391e764d06324149fb84e939
https://github.com/llvm/llvm-project/commit/d39e41f29fe286b3391e764d06324149fb84e939
Author: Iris Shi <0.0 at owo.li>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
A llvm/test/Transforms/InstCombine/ceil-shift.ll
Log Message:
-----------
pre-commit test
[InstCombine] Fold `ceil(X >> C) == 0 -> X == 0`
update test
1
address review comments
rm header
1
1
Commit: 69227c775753a3fa1058721a4326f2cdafcbdc3e
https://github.com/llvm/llvm-project/commit/69227c775753a3fa1058721a4326f2cdafcbdc3e
Author: Iris Shi <0.0 at owo.li>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/ceil-shift.ll
Log Message:
-----------
[InstCombine] Fold `ceil(X >> C) == 0 -> X == 0`
Compare: https://github.com/llvm/llvm-project/compare/410b0a122e36...69227c775753
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