[InstCombine] Extend Phi-Icmp use to include or (#67682)
In InstCombinePHI currently the only use of PHI as an Icmp is being checked as a requirement to reduce a value if isKnownNonZero. However this can be extended to include or(icmp) . This is always true as OR only adds bits and we are checking against 0.
Loading
Please sign in to comment