Skip to content
  • Chris Lattner's avatar
    implement a transformation in jump threading that is currently · 97b14052
    Chris Lattner authored
    done by condprop, but do it in a much more general form.  The
    basic idea is that we can do a limited form of tail duplication
    in the case when we have a branch on a phi.  Moving the branch
    up in to the predecessor block makes instruction selection
    much easier and encourages chained jump threadings.
    
    llvm-svn: 83759
    97b14052
Loading