summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
commit57b0fb7850bcfc676bf2927fdf530024454c89c6 (patch)
tree2c3d27f9d53f104080b65eb1e88aafa4ec7ae067 /test/CodeGen/X86/2008-09-18-inline-asm-2.ll
parent3520019931c2bad615c35edcb943cd1e8582ebac (diff)
downloadllvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.gz
llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.bz2
llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.xz
Fix one more batch of X86 tests to be register allocation dependent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-09-18-inline-asm-2.ll')
-rw-r--r--test/CodeGen/X86/2008-09-18-inline-asm-2.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
index eadfda0394..947a1f1717 100644
--- a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
+++ b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
@@ -1,5 +1,7 @@
-; RUN: llc < %s -march=x86 | grep "#%ebp %edi %ebx 8(%esi) %eax %dl"
-; RUN: llc < %s -march=x86 -regalloc=fast | grep "#%ebx %esi %edi 8(%ebp) %eax %dl"
+; RUN: llc < %s -march=x86 -regalloc=linearscan | grep "#%ebp %edi %ebx 8(%esi) %eax %dl"
+; RUN: llc < %s -march=x86 -regalloc=fast | grep "#%ebx %esi %edi 8(%ebp) %eax %dl"
+; RUN: llc < %s -march=x86 -regalloc=basic | grep "#%ebp %esi %edx 8(%edi) %eax %bl"
+; RUN: llc < %s -march=x86 -regalloc=greedy | grep "#%edx %edi %ebp 8(%esi) %eax %bl"
; The 1st, 2nd, 3rd and 5th registers above must all be different. The registers
; referenced in the 4th and 6th operands must not be the same as the 1st or 5th