diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-12-15 05:50:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-12-15 05:50:39 +0000 |
commit | 0e51207959df026fb0063b57af24575c24dd5116 (patch) | |
tree | 7fe9d148231e1a4ecae9313f0967cee6dc3178b3 | |
parent | 2b49c500838666dd0186d021389d4dd70ffda240 (diff) |
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32591 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/README-SSE.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index fd6dd95d49..bab5373d65 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -18,11 +18,6 @@ Think about doing i64 math in SSE regs. //===---------------------------------------------------------------------===// -Bitcast to<->from SSE registers should use movd/movq instead of going through -the stack. Testcase here: CodeGen/X86/bitcast.ll - -//===---------------------------------------------------------------------===// - This testcase should have no SSE instructions in it, and only one load from a constant pool: |