[llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 31 03:45:13 PST 2023
- Previous message: [llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)
- Next message: [llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
XChy wrote:
#76621 has fixed this issue.
https://github.com/llvm/llvm-project/pull/76203
- Previous message: [llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)
- Next message: [llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list