| commit | e556a7185910dad6e66c58e423dbaf2b1611c4cd | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Jul 29 18:39:32 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Jul 29 18:39:32 2010 +0000 |
| tree | 1d31fd1166df2cb3004a84a6c357daddad65d85c | |
| parent | a9bf1b14934c8994694e6ac9cf41d7fed4656c0b [diff] |
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. llvm-svn: 109790