Skip to content
  • Lang Hames's avatar
    Added a new "splitting" spiller. · 1ab2b49e
    Lang Hames authored
    When a call is placed to spill an interval this spiller will first try to
    break the interval up into its component values. Single value intervals and
    intervals which have already been split (or are the result of previous splits)
    are spilled by the default spiller.
    
    Splitting intervals as described above may improve the performance of generated
    code in some circumstances. This work is experimental however, and it still
    miscompiles many benchmarks. It's not recommended for general use yet.
    
    llvm-svn: 90951
    1ab2b49e
Loading