[llvm-commits] CVS: llvm/lib/Target/X86/README.txt
Evan Cheng
evan.cheng at apple.com
Mon Apr 10 14:43:10 PDT 2006
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.83 -> 1.84
---
Log message:
Remove an entry that is now done.
---
Diffs of the changes: (+0 -13)
README.txt | 13 -------------
1 files changed, 13 deletions(-)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.83 llvm/lib/Target/X86/README.txt:1.84
--- llvm/lib/Target/X86/README.txt:1.83 Mon Apr 10 16:41:39 2006
+++ llvm/lib/Target/X86/README.txt Mon Apr 10 16:42:57 2006
@@ -768,19 +768,6 @@
//===---------------------------------------------------------------------===//
-#include <emmintrin.h>
-
-void test(__m128 *res, __m128 *A, __m128 *B) {
- *res = _mm_shuffle_ps(*A, *B, 0xF0);
-}
-
-We should emit
- shufps $240, (%eax), %xmm0
-instead of
- pshufd $240, (%eax), %xmm0
-
-//===---------------------------------------------------------------------===//
-
X86RegisterInfo::copyRegToReg() returns X86::MOVAPSrr for VR128. Is it possible
to choose between movaps, movapd, and movdqa based on types of source and
destination?
More information about the llvm-commits
mailing list