[all-commits] [llvm/llvm-project] 6def51: [InstCombine] Fold `(X & Mask) == 0 ? TC : FC -> ...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Tue Aug 6 07:04:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6def5170e80c0909206c87bdffa8c6e9e760f5c5
https://github.com/llvm/llvm-project/commit/6def5170e80c0909206c87bdffa8c6e9e760f5c5
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-icmp-and.ll
Log Message:
-----------
[InstCombine] Fold `(X & Mask) == 0 ? TC : FC -> TC binop (X & Mask)` (#100437)
Alive2: https://alive2.llvm.org/ce/z/d9wV7N
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