Skip to content
  • Jakob Stoklund Olesen's avatar
    Allow traces to enter nested loops. · c14cf57b
    Jakob Stoklund Olesen authored
    This lets traces include the final iteration of a nested loop above the
    center block, and the first iteration of a nested loop below the center
    block.
    
    We still don't allow traces to contain backedges, and traces are
    truncated where they would leave a loop, as seen from the center block.
    
    llvm-svn: 161003
    c14cf57b
Loading