]> granicus.if.org Git - clang/commit
Implement the clang-side of detection for when to pass as
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2010 18:39:32 +0000 (18:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2010 18:39:32 +0000 (18:39 +0000)
commit0b3620066bfbb33004bed1816c851a923b9301af
treec0f57276865ece101a6b70796b26ecf0d2fc3bba
parentcba8d310163f84630fd140fbfa9b6fdad9d26587
Implement the clang-side of detection for when to pass as
<2 x float> instead of double.  This works but can't be turned
on until I teach codegen to pass <2 x float> as one XMM register
instead of two.

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