Skip to content
  • Jakob Stoklund Olesen's avatar
    Hoist spills within a basic block. · bf6afec3
    Jakob Stoklund Olesen authored
    Try to move spills as early as possible in their basic block. This can
    help eliminate interferences by shortening the live range being
    spilled.
    
    This fixes PR10221.
    
    llvm-svn: 134776
    bf6afec3
Loading