[all-commits] [llvm/llvm-project] 149cb5: [ValueTracking] Infer `X | Y != 0` from `X != Y` (...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Sun Jun 15 00:18:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 149cb5c43c3a75ecb827b8b7ae853250c3c09449
https://github.com/llvm/llvm-project/commit/149cb5c43c3a75ecb827b8b7ae853250c3c09449
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/icmp-dom.ll
Log Message:
-----------
[ValueTracking] Infer `X | Y != 0` from `X != Y` (#117443)
Alive2: https://alive2.llvm.org/ce/z/cJ75Ya
Closes https://github.com/llvm/llvm-project/issues/117436.
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