Skip to content
  1. Jul 17, 2007
  2. Jul 16, 2007
  3. Jul 15, 2007
    • Chris Lattner's avatar
      Implement shift-simplify.ll:test[45]. · d4fef8db
      Chris Lattner authored
      First teach instcombine that sign bit checks only demand the 
      sign bit, this allows simplify demanded bits to hack on 
      expressions better.
      
      Second, teach instcombine that ashr is useless if only the
      sign bit is demanded.
      
      llvm-svn: 39880
      d4fef8db
Loading