Skip to content
  • Jakob Stoklund Olesen's avatar
    Add register mask support to InterferenceCache. · a16ae597
    Jakob Stoklund Olesen authored
    This makes global live range splitting behave identically with and
    without register mask operands.
    
    This is not necessarily the best way of using register masks for live
    range splitting.  It would be more efficient to first split global live
    ranges around calls (i.e., register masks), and reserve the fine grained
    per-physreg interference guidance for global live ranges that do not
    cross calls.
    
    For now the goal is to produce identical assembly when enabling register
    masks.
    
    llvm-svn: 150259
    a16ae597
Loading