Skip to content
  • Chris Lattner's avatar
    * Sink 4 duplicates of edge threading validity checks and DOUT prints into · d579cb11
    Chris Lattner authored
      ThreadEdge directly.  This shares the code, but is just a refactoring.
    * Make JumpThreading compute the set of loop headers and avoid threading
      across them.  This prevents jump threading from forming irreducible 
      loops (goodness) but also prevents it from threading in other cases that
      are beneficial (see the comment above FindFunctionBackedges).
    
    llvm-svn: 70820
    d579cb11
Loading