[InstCombine] Add additional tests for known non zero (NFC)
Check conditions that imply non-zero, even if they are not literally "x != 0". Using ctlz for testing, as explicit comparison might get folded by other reasoning.
Loading
Please sign in to comment