[llvm] [InstCombine] Fold `(select (icmp eq (and x, y), 0), (add/xor x, y), F)` (PR #121841)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 03:41:44 PST 2025
- Previous message: [llvm] [InstCombine] Fold `(select (icmp eq (and x, y), 0), (add/xor x, y), F)` (PR #121841)
- Next message: [llvm] [InstCombine] Fold `(select (icmp eq (and x, y), 0), (add/xor x, y), F)` (PR #121841)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
https://github.com/nikic commented:
My 2c is that as this case requires additional code to support a specific pattern, and we have no evidence this pattern exists in the wild, we should not support it.
https://github.com/llvm/llvm-project/pull/121841
- Previous message: [llvm] [InstCombine] Fold `(select (icmp eq (and x, y), 0), (add/xor x, y), F)` (PR #121841)
- Next message: [llvm] [InstCombine] Fold `(select (icmp eq (and x, y), 0), (add/xor x, y), F)` (PR #121841)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list