test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Sep 2011 14:11:35 +0000 (14:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Sep 2011 14:11:35 +0000 (14:11 +0000)
commit6aaf0561aee34a44c5ac1e48cef94e9458e0dab6
tree86dbaa82f8783ab669e75dbdedbd16947610abb5
parent3699261d3f49d65cee6a645c849c41cdca51a01f
test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.

On Windows x64, 128-bit arguments are not passed by reg but by indirect. eg.

maxpd:
        vmovapd (%rcx), %xmm0
        vmaxpd  (%rdx), %xmm0, %xmm0

FIXME: I don't care YMM on x64 for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140143 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx-minmax.ll