diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2012-02-01 10:46:14 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2012-02-01 10:46:14 +0000 |
commit | 1766971769c21aa4e55671ac5be45b21ff31f8cd (patch) | |
tree | d51d384e3f0646eefc6297179aff586d324f1286 /test/CodeGen/X86/avx-win64.ll | |
parent | 732525758f3c486f5e570528e7fd9b35fe121ba0 (diff) |
Passing AVX 256-bit structures in Win64 was wrong.
Fixed Win64 calling conventions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-win64.ll')
-rw-r--r-- | test/CodeGen/X86/avx-win64.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-win64.ll b/test/CodeGen/X86/avx-win64.ll index 511f94944b..dc6bd59445 100644 --- a/test/CodeGen/X86/avx-win64.ll +++ b/test/CodeGen/X86/avx-win64.ll @@ -9,7 +9,6 @@ target triple = "x86_64-pc-win32" ; CHECK: f___vyf ; CHECK: pushq %rbp -; CHECK-NOT: vmovaps{{.*}}(%r ; CHECK: vmovmsk ; CHECK: vmovaps %ymm{{.*}}(%r ; CHECK: vmovaps %ymm{{.*}}(%r |