Skip to content
  • Jakob Stoklund Olesen's avatar
    Calculate liveness on the fly for local registers. · 84ce2908
    Jakob Stoklund Olesen authored
    When working top-down in a basic block, substituting physregs for virtregs, the use-def chains are kept up to date. That means we can recognize a virtreg kill by the use-def chain becoming empty.
    
    This makes the fast allocator independent of incoming kill flags.
    
    llvm-svn: 103866
    84ce2908
Loading