Skip to content
  • Mark Lacey's avatar
    9d8103de
    Auto-compute live intervals on demand. · 9d8103de
    Mark Lacey authored
    When new virtual registers are created during splitting/spilling, defer
    creation of the live interval until we need to use the live interval.
    
    Along with the recent commits to notify LiveRangeEdit when new virtual
    registers are created, this makes it possible for functions like
    TargetInstrInfo::loadRegFromStackSlot() and
    TargetInstrInfo::storeRegToStackSlot() to create multiple virtual
    registers as part of the process of generating loads/stores for
    different register classes, and then have the live intervals for those
    new registers computed when they are needed.
    
    llvm-svn: 188437
    9d8103de
    Auto-compute live intervals on demand.
    Mark Lacey authored
    When new virtual registers are created during splitting/spilling, defer
    creation of the live interval until we need to use the live interval.
    
    Along with the recent commits to notify LiveRangeEdit when new virtual
    registers are created, this makes it possible for functions like
    TargetInstrInfo::loadRegFromStackSlot() and
    TargetInstrInfo::storeRegToStackSlot() to create multiple virtual
    registers as part of the process of generating loads/stores for
    different register classes, and then have the live intervals for those
    new registers computed when they are needed.
    
    llvm-svn: 188437
Loading