Skip to content
  • Jakob Stoklund Olesen's avatar
    SplitKit requires that all defs are in place before calling useIntv(). · 8a46e26b
    Jakob Stoklund Olesen authored
    The value mapping gets confused about which original values have multiple new
    definitions so they may need phi insertions.
    
    This could probably be simplified by letting enterIntvBefore() take a live range
    to be added following the instruction. As long as the range stays inside the
    same basic block, value mapping shouldn't be a problem.
    
    llvm-svn: 123926
    8a46e26b
Loading