Skip to content
  • Jakob Stoklund Olesen's avatar
    Stub out a new LiveDebugVariables pass. · d4900a64
    Jakob Stoklund Olesen authored
    This analysis is going to run immediately after LiveIntervals. It will stay
    alive during register allocation and keep track of user variables mentioned in
    DBG_VALUE instructions.
    
    When the register allocator is moving values between registers and the stack, it
    is very hard to keep track of DBG_VALUE instructions. We usually get it wrong.
    This analysis maintains a data structure that makes it easy to update DBG_VALUE
    instructions.
    
    llvm-svn: 120385
    d4900a64
Loading