Skip to content
  • Jakob Stoklund Olesen's avatar
    Build the complement interval dupli after the split intervals instead of · 6f8bd42e
    Jakob Stoklund Olesen authored
    creating it before and subtracting split ranges.
    
    This way, the SSA update code in LiveIntervalMap can properly create and use new
    phi values in dupli. Now it is possible to create split regions where a value
    escapes along two different CFG edges, creating phi values outside the split
    region.
    
    This is a work in progress and probably quite broken.
    
    llvm-svn: 114492
    6f8bd42e
Loading