Skip to content
  • Jakob Stoklund Olesen's avatar
    Leave hasPHIKill flags alone in LiveInterval::RenumberValues. · e7ca8ecd
    Jakob Stoklund Olesen authored
    It is conservatively correct to keep the hasPHIKill flags, even after
    deleting PHI-defs.
    
    The calculation can be very expensive after taildup has created a
    quadratic number of indirectbr edges in the CFG, and the hasPHIKill flag
    isn't used for anything after RenumberValues().
    
    llvm-svn: 139780
    e7ca8ecd
Loading