Skip to content
  • Jakob Stoklund Olesen's avatar
    Add a -new-live-intervals experimental option. · 4021a7bf
    Jakob Stoklund Olesen authored
    This option replaces the existing live interval computation with one
    based on LiveRangeCalc.cpp. The new algorithm does not depend on
    LiveVariables, and it can be run at any time, before or after leaving
    SSA form.
    
    llvm-svn: 160892
    4021a7bf
Loading