comparison test/CodeGen/X86/epilogue.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -mcpu=generic -march=x86 | FileCheck %s 1 ; RUN: llc < %s -mcpu=generic -mtriple=i686-- | FileCheck %s
2 2
3 ; CHECK-NOT: lea{{.*}}(%esp) 3 ; CHECK-NOT: lea{{.*}}(%esp)
4 ; CHECK: {{(mov.* %ebp, %esp)|(lea.*\(%ebp\), %esp)}} 4 ; CHECK: {{(mov.* %ebp, %esp)|(lea.*\(%ebp\), %esp)}}
5 5
6 declare void @bar(<2 x i64>* %n) 6 declare void @bar(<2 x i64>* %n)