comparison test/CodeGen/X86/2006-07-31-SingleRegClass.ll @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children 803732b1fca8
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
1 ; PR850 1 ; PR850
2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=att | FileCheck %s 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=att -no-integrated-as | FileCheck %s
3 3
4 ; CHECK: {{movl 4[(]%eax[)],%ebp}} 4 ; CHECK: {{movl 4[(]%eax[)],%ebp}}
5 ; CHECK: {{movl 0[(]%eax[)], %ebx}} 5 ; CHECK: {{movl 0[(]%eax[)], %ebx}}
6 6
7 define i32 @foo(i32 %__s.i.i, i32 %tmp5.i.i, i32 %tmp6.i.i, i32 %tmp7.i.i, i32 %tmp8.i.i) { 7 define i32 @foo(i32 %__s.i.i, i32 %tmp5.i.i, i32 %tmp6.i.i, i32 %tmp7.i.i, i32 %tmp8.i.i) {