[InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDemandedUseBits.
This removes a dedicated matcher and allows us to support more than just an AND masking the lower bit. llvm-svn: 308124
Loading
Please sign in to comment
This removes a dedicated matcher and allows us to support more than just an AND masking the lower bit. llvm-svn: 308124