[InstCombine] Fold (X != 0) & (Y u>= X)
This adds the De Morgan conjugated fold for the existing (X == 0) | (Y u< X) fold. Proof: https://alive2.llvm.org/ce/z/3Me3JQ
Loading
Please sign in to comment
This adds the De Morgan conjugated fold for the existing (X == 0) | (Y u< X) fold. Proof: https://alive2.llvm.org/ce/z/3Me3JQ