Skip to content
  • Lang Hames's avatar
    Fixed a bug in the PBQP allocator's findCoalesces method. · 48121948
    Lang Hames authored
    Previously spill registers, whose def indexes are not defined, would sometimes be improperly marked as coalescable with conflicting registers. The new findCoalesces routine conservatively assumes that any register with at least one undefined def is not coalescable with any register it interferes with.
    
    llvm-svn: 95636
    48121948
Loading