Skip to content
  • Chris Lattner's avatar
    Implement a pretty general logical shift propagation · 18d7fc8f
    Chris Lattner authored
    framework, which is good at ripping through bitfield
    operations.  This generalize a bunch of the existing
    xforms that instcombine does, such as 
      (x << c) >> c -> and
    to handle intermediate logical nodes.  This is useful for
    ripping up the "promote to large integer" code produced by
    SRoA.
    
    llvm-svn: 112304
    18d7fc8f
Loading