Skip to content
  • Jakob Stoklund Olesen's avatar
    Oops, didn't mean to commit that. · 780db902
    Jakob Stoklund Olesen authored
    Spills should be hoisted out of loops, but we don't want to hoist them
    to dominating blocks at the same loop depth. That could cause the spills
    to be executed more often.
    
    llvm-svn: 134782
    780db902
Loading