Skip to content
  • Alkis Evlogimenos's avatar
    Add a floating point killer pass. This pass runs before register · 904cd6d4
    Alkis Evlogimenos authored
    allocaton on the X86 to add information to the machine code denoting
    that our floating point stackifier cannot handle virtual point
    register that are alive across basic blocks. This pass adds an
    implicit def of all virtual floating point register at the end of each
    basic block.
    
    llvm-svn: 10446
    904cd6d4
Loading