summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
Commit message (Collapse)AuthorAge
* Add a triple so test runs on Linux as well.Jakob Stoklund Olesen2010-06-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107045 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen2010-06-28
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107043 91177308-0d34-0410-b5e6-96231b3b80d8