Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/frameaddr.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children | 1172e4bd9c6f |
line wrap: on
line diff
--- a/test/CodeGen/X86/frameaddr.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/frameaddr.ll Tue Oct 13 17:48:58 2015 +0900 @@ -1,12 +1,12 @@ ; RUN: llc < %s -march=x86 | FileCheck %s --check-prefix=CHECK-32 -; RUN: llc < %s -march=x86 -fast-isel -fast-isel-abort | FileCheck %s --check-prefix=CHECK-32 +; RUN: llc < %s -march=x86 -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CHECK-32 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -fast-isel | FileCheck %s --check-prefix=CHECK-W64 ; RUN: llc < %s -mtriple=x86_64-unknown | FileCheck %s --check-prefix=CHECK-64 -; RUN: llc < %s -mtriple=x86_64-unknown -fast-isel -fast-isel-abort | FileCheck %s --check-prefix=CHECK-64 +; RUN: llc < %s -mtriple=x86_64-unknown -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CHECK-64 ; RUN: llc < %s -mtriple=x86_64-gnux32 | FileCheck %s --check-prefix=CHECK-X32ABI -; RUN: llc < %s -mtriple=x86_64-gnux32 -fast-isel -fast-isel-abort | FileCheck %s --check-prefix=CHECK-X32ABI +; RUN: llc < %s -mtriple=x86_64-gnux32 -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CHECK-X32ABI ; RUN: llc < %s -mtriple=x86_64-nacl | FileCheck %s --check-prefix=CHECK-NACL64 -; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort | FileCheck %s --check-prefix=CHECK-NACL64 +; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CHECK-NACL64 define i8* @test1() nounwind { entry: @@ -18,7 +18,7 @@ ; CHECK-32-NEXT: ret ; CHECK-W64-LABEL: test1 ; CHECK-W64: push -; CHECK-W64-NEXT: leaq (%rsp), %rbp +; CHECK-W64-NEXT: movq %rsp, %rbp ; CHECK-W64-NEXT: leaq (%rbp), %rax ; CHECK-W64-NEXT: pop ; CHECK-W64-NEXT: ret @@ -53,7 +53,7 @@ ; CHECK-32-NEXT: ret ; CHECK-W64-LABEL: test2 ; CHECK-W64: push -; CHECK-W64-NEXT: leaq (%rsp), %rbp +; CHECK-W64-NEXT: movq %rsp, %rbp ; CHECK-W64-NEXT: leaq (%rbp), %rax ; CHECK-W64-NEXT: pop ; CHECK-W64-NEXT: ret