Skip to content
  • Evan Cheng's avatar
    Spiller may unfold load / mod / store instructions as an optimization when the... · 76f1b47e
    Evan Cheng authored
    Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded.
    
    llvm-svn: 67068
    76f1b47e
Loading