Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.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 -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep fstpt | 1 ; RUN: llc < %s -tailcallopt -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep fstpt |
2 ; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep xmm | 2 ; RUN: llc < %s -tailcallopt -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep xmm |
3 | 3 |
4 ; Check that x86-64 tail calls support x86_fp80 and v2f32 types. (Tail call | 4 ; Check that x86-64 tail calls support x86_fp80 and v2f32 types. (Tail call |
5 ; calling convention out of sync with standard c calling convention on x86_64) | 5 ; calling convention out of sync with standard c calling convention on x86_64) |
6 ; Bug 4278. | 6 ; Bug 4278. |
7 | 7 |