Skip to content
  • Evan Cheng's avatar
    The support for remat of instructions with a register operand is hackish, to... · 73d7c3bf
    Evan Cheng authored
    The support for remat of instructions with a register operand is hackish, to say the least. Since the register operand guaranteed to be PIC base and that it is already live at all uses, we are making sure it will not be spilled after its uses are rematerialized for both performance and correctness reasons.
    
    llvm-svn: 48976
    73d7c3bf
Loading