[llvm] [DAG] combineVSelectWithAllOnesOrZeros - fold select Cond, 0, x -> and not(Cond), x (PR #147472)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 03:30:16 PDT 2025


woruyu wrote:

Hi @RKSimon ,
I've finished resolving the issue in the combineVSelectWithAllOnesOrZeros fold.
If there are any other issues or backend-specific problems you'd like me to look into, I’d be happy to help!

https://github.com/llvm/llvm-project/pull/147472


More information about the llvm-commits mailing list