Skip to content
  • Jakob Stoklund Olesen's avatar
    Add more special treatment for inline asm in RegAllocFast. · 0d94d7af
    Jakob Stoklund Olesen authored
    When an instruction has tied operands and physreg defines, we must take extra
    care that the tied operands conflict with neither physreg defs nor uses.
    
    The special treatment is given to inline asm and instructions with tied operands
    / early clobbers and physreg defines.
    
    This fixes PR7509.
    
    llvm-svn: 107043
    0d94d7af
Loading