Skip to content
  • Chris Lattner's avatar
    Two changes, both very significant: · a618e13c
    Chris Lattner authored
    * vreg <-> vreg joining now works, enable it unconditionally when joining
      is enabled (which is the default).
    * Fix a serious pessimization of spill code where we were saying that a
      spilled DEF operand was live into the subsequent instruction.  This allows
      for substantially better code when spilling starts to happen.
    
    llvm-svn: 14993
    a618e13c
Loading