[InstCombine] Use isSignBitCheck to simplify an if statement. Directly create...
[InstCombine] Use isSignBitCheck to simplify an if statement. Directly create new sign bit compares instead of manipulating the constant. NFCI Since we no longer had the direct constant compares, manipulating the constant seemeded less clear. llvm-svn: 314830
Loading
Please register or sign in to comment