Skip to content
  • Alkis Evlogimenos's avatar
    Add coalescing to register allocator. A hint is added to each interval · 43b587d9
    Alkis Evlogimenos authored
    which denotes the register we would like to be assigned to (virtual or
    physical). In register allocation, if this hint exists and we can map
    it to a physical register (it is either a physical register or it is a
    virtual register that already got assigned to a physical one) we use
    that register if it is available instead of a random one in the free
    pool.
    
    llvm-svn: 10634
    43b587d9
Loading