]> granicus.if.org Git - clang/commit
x86_64 ABI: Make sure to pass vectors that we want to pass in memory
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 07:22:25 +0000 (07:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 07:22:25 +0000 (07:22 +0000)
commit775e43b3bd47d9388608a57f7489982d3024fdc5
treed05aa6572ccae0099b8ac5c4ab095ed2aeccd99a
parent578a97249c10eb83f25b408de1edfb70f5a4233c
x86_64 ABI: Make sure to pass vectors that we want to pass in memory
as byval. Otherwise LLVM will have its own opinion about where to put
things.

We now pass all gcc dg.compat tests on x86_64.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp