Skip to content
  • Mark Lacey's avatar
    Track new virtual registers by register number. · f9ea8854
    Mark Lacey authored
    Track new virtual registers by register number, rather than by the live
    interval created for them. This is the first step in separating the
    creation of new virtual registers and new live intervals.  Eventually
    live intervals will be created and populated on demand after the virtual
    registers have been created and used in instructions.
    
    llvm-svn: 188434
    f9ea8854
Loading