comparison test/CodeGen/X86/2008-09-17-inline-asm-1.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86 | FileCheck %s 1 ; RUN: llc < %s | FileCheck %s
2 ; RUN: llc < %s -march=x86 -regalloc=fast -optimize-regalloc=0 | FileCheck %s 2 ; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 | FileCheck %s
3 3
4 ; %0 must not be put in EAX or EDX. 4 ; %0 must not be put in EAX or EDX.
5 ; In the first asm, $0 and $2 must not be put in EAX. 5 ; In the first asm, $0 and $2 must not be put in EAX.
6 ; CHECK: InlineAsm Start 6 ; CHECK: InlineAsm Start
7 ; CHECK-NOT: movl %eax, %eax 7 ; CHECK-NOT: movl %eax, %eax