Skip to content
  • Alkis Evlogimenos's avatar
    Remove floating point killer pass. This is now implemented in the · 68cff6bf
    Alkis Evlogimenos authored
    instruction selector by adding a new pseudo-instruction
    FP_REG_KILL. This instruction implicitly defines all x86 fp registers
    and is a terminator so that passes which add machine code at the end
    of basic blocks (like phi elimination) do not add instructions between
    it and the branch or return instruction.
    
    llvm-svn: 10562
    68cff6bf
Loading