diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-04-14 07:24:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-14 07:24:04 +0000 |
commit | 8d76f3922b8436eab9ed676a17977cc2f838291a (patch) | |
tree | f0e85e6c3e5476e8f3b9e00dfa8f7fedb6a6de6a /llvm | |
parent | ef56d92d6cdc67b816ea7e98e441a398476cbdaa (diff) | |
download | bcm5719-llvm-8d76f3922b8436eab9ed676a17977cc2f838291a.tar.gz bcm5719-llvm-8d76f3922b8436eab9ed676a17977cc2f838291a.zip |
New entry
llvm-svn: 27697
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/X86/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index f58991728ea..de768b08132 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -810,3 +810,8 @@ destination? How about andps, andpd, and pand? Do we really care about the type of the packed elements? If not, why not always use the "ps" variants which are likely to be shorter. + +//===---------------------------------------------------------------------===// + +Make sure XMM registers are spilled to 128-bit locations (if not already) and +add vector SSE opcodes to X86RegisterInfo::foldMemoryOperand(). |