InstCombine: If we have a bit test and a sign test anded/ored together, merge...
InstCombine: If we have a bit test and a sign test anded/ored together, merge the sign bit into the bit test. This is common in bit field code, e.g. checking if the first or the last bit of a bit field is set. llvm-svn: 147749
Loading
Please register or sign in to comment