Skip to content
  • Jakob Stoklund Olesen's avatar
    Begin implementation of an inline spiller. · f8889119
    Jakob Stoklund Olesen authored
    InlineSpiller inserts loads and spills immediately instead of deferring to
    VirtRegMap. This is possible now because SlotIndexes allows instructions to be
    inserted and renumbered.
    
    This is work in progress, and is mostly a copy of TrivialSpiller so far. It
    works very well for functions that don't require spilling.
    
    llvm-svn: 107227
    f8889119
Loading