Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one...
Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one uses of the shift result. llvm-svn: 50118
Loading
Please register or sign in to comment
Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one uses of the shift result. llvm-svn: 50118