Skip to content
  • Bob Wilson's avatar
    Change pre-regalloc tail duplication to only duplicate indirect branch blocks. · 1a234c0a
    Bob Wilson authored
    The pre-regalloc pass caused some regressions in both compile time and
    performance of the generated code, and it did not improve performance, except
    for indirect branches.  I also moved the check for single-block loops to speed
    up the common case when running the taildup pass before reg allocation.
    
    llvm-svn: 93505
    1a234c0a
Loading