[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Nate Begeman natebegeman at mac.com
Tue May 2 15:43:43 PDT 2006



Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.100 -> 1.101
---
Log message:

Remove some stuff from the README


---
Diffs of the changes:  (+0 -21)

 README.txt |   21 ---------------------
 1 files changed, 21 deletions(-)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.100 llvm/lib/Target/X86/README.txt:1.101
--- llvm/lib/Target/X86/README.txt:1.100	Thu Apr 27 16:40:57 2006
+++ llvm/lib/Target/X86/README.txt	Tue May  2 17:43:31 2006
@@ -1126,27 +1126,6 @@
 
 //===---------------------------------------------------------------------===//
 
-typedef short  v8i16 __attribute__ ((__vector_size__ (16)));
-v8i16 test(v8i16 x, v8i16 y) {
-  return x + y;
-}
-
-compiles to
-
-_test:
-	paddw %xmm0, %xmm1
-	movaps %xmm1, %xmm0
-	ret
-
-It should be
-
-	paddw %xmm1, %xmm0
-	ret
-
-since paddw is commutative.
-
-//===---------------------------------------------------------------------===//
-
 This testcase:
 
 %G1 = weak global <4 x float> zeroinitializer           ; <<4 x float>*> [#uses=1]






More information about the llvm-commits mailing list