Skip to content
  • Andrew Trick's avatar
    Fix the LoopUnroller to handle nontrivial loops and partial unrolling. · b72bbe2a
    Andrew Trick authored
    These are not individual bug fixes. I had to rewrite a good chunk of
    the unroller to make it sane. I think it was getting lucky on trivial
    completely unrolled loops with no early exits. I included some fairly
    simple unit tests for partial unrolling. I didn't do much stress
    testing, so it may not be perfect, but should be usable now.
    
    llvm-svn: 137190
    b72bbe2a
Loading