[X86] combineAndnp - constant fold ANDNP(C,X) -> AND(~C,X)
If the LHS op has a single use then using the more general AND op is likely to allow commutation, load folding, generic folds etc.
Loading
Please sign in to comment
If the LHS op has a single use then using the more general AND op is likely to allow commutation, load folding, generic folds etc.