commit | 874cadaf210d4ab05eadc64a41228df0f5078eb7 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Feb 28 00:17:42 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Feb 28 00:17:42 2010 +0000 |
tree | 00c3d4fa65c1aea5a268c5b5721c23c5cb77ede8 | |
parent | a363a9b71afcf326d376445f6f3cae0c36e6e9d9 [diff] |
Implement XMM subregs. Extracting the low element of a vector is now done with EXTRACT_SUBREG, and the zero-extension performed by load movss is now modeled with SUBREG_TO_REG, and so on. Register-to-register movss and movsd are no longer considered copies; they are two-address instructions which insert a scalar into a vector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97354 91177308-0d34-0410-b5e6-96231b3b80d8