Passing AVX 256-bit structures in Win64 was wrong.
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Wed, 1 Feb 2012 10:46:14 +0000 (10:46 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Wed, 1 Feb 2012 10:46:14 +0000 (10:46 +0000)
commit1766971769c21aa4e55671ac5be45b21ff31f8cd
treed51d384e3f0646eefc6297179aff586d324f1286
parent732525758f3c486f5e570528e7fd9b35fe121ba0
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
lib/Target/X86/X86CallingConv.td
test/CodeGen/X86/avx-win64-args.ll [new file with mode: 0755]
test/CodeGen/X86/avx-win64.ll