[llvm-commits] [llvm] r131477 - in /llvm/trunk/test/CodeGen: Generic/2011-02-12-shuffle.ll X86/2011-02-12-shuffle.ll

Galina Kistanova gkistanova at gmail.com
Tue May 17 12:06:43 PDT 2011


Author: gkistanova
Date: Tue May 17 14:06:43 2011
New Revision: 131477

URL: http://llvm.org/viewvc/llvm-project?rev=131477&view=rev
Log:
Move test for appropriate directory.

Added:
    llvm/trunk/test/CodeGen/X86/2011-02-12-shuffle.ll
Removed:
    llvm/trunk/test/CodeGen/Generic/2011-02-12-shuffle.ll

Removed: llvm/trunk/test/CodeGen/Generic/2011-02-12-shuffle.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2011-02-12-shuffle.ll?rev=131476&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2011-02-12-shuffle.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2011-02-12-shuffle.ll (removed)
@@ -1,32 +0,0 @@
-; RUN: llc < %s
-; PR9165
-
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
-target triple = "i686-pc-win32"
-
-define void @m_387() nounwind {
-entry:
-  br i1 undef, label %if.end, label %UnifiedReturnBlock
-
-if.end:                                           ; preds = %entry
-  %tmp1067 = load <16 x i32> addrspace(1)* null, align 64
-  %tmp1082 = shufflevector         <16 x i32> <i32 0, i32 0, i32 0, i32 undef, i32 undef, i32 0, i32 0, i32 undef, i32 0, i32 0, i32 undef, i32 undef, i32 0, i32 undef, i32 undef, i32 undef>, 
-                                                                                                                <16 x i32> %tmp1067, 
-                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 undef, i32 26, i32 5, i32 6, i32 undef, i32 8, i32 9, i32 31, i32 30, i32 12, i32 undef, i32 undef, i32 undef>
-  
-  %tmp1100 = shufflevector         <16 x i32> %tmp1082, 
-                                                                                                                <16 x i32> %tmp1067, 
-                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 undef, i32 4, i32 5, i32 6, i32 18, i32 8, i32 9, i32 10, i32 11, i32 12, i32 25, i32 undef, i32 17>
-  
-  %tmp1112 = shufflevector         <16 x i32> %tmp1100, 
-                                                                                                                <16 x i32> %tmp1067, 
-                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 24, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 18, i32 15>
-  
-  store <16 x i32> %tmp1112, <16 x i32> addrspace(1)* undef, align 64
-  
-  ret void
-
-UnifiedReturnBlock:                               ; preds = %entry
-  ret void
-}
-

Added: llvm/trunk/test/CodeGen/X86/2011-02-12-shuffle.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-02-12-shuffle.ll?rev=131477&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-02-12-shuffle.ll (added)
+++ llvm/trunk/test/CodeGen/X86/2011-02-12-shuffle.ll Tue May 17 14:06:43 2011
@@ -0,0 +1,32 @@
+; RUN: llc < %s
+; PR9165
+
+target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
+target triple = "i686-pc-win32"
+
+define void @m_387() nounwind {
+entry:
+  br i1 undef, label %if.end, label %UnifiedReturnBlock
+
+if.end:                                           ; preds = %entry
+  %tmp1067 = load <16 x i32> addrspace(1)* null, align 64
+  %tmp1082 = shufflevector         <16 x i32> <i32 0, i32 0, i32 0, i32 undef, i32 undef, i32 0, i32 0, i32 undef, i32 0, i32 0, i32 undef, i32 undef, i32 0, i32 undef, i32 undef, i32 undef>, 
+                                                                                                                <16 x i32> %tmp1067, 
+                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 undef, i32 26, i32 5, i32 6, i32 undef, i32 8, i32 9, i32 31, i32 30, i32 12, i32 undef, i32 undef, i32 undef>
+  
+  %tmp1100 = shufflevector         <16 x i32> %tmp1082, 
+                                                                                                                <16 x i32> %tmp1067, 
+                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 undef, i32 4, i32 5, i32 6, i32 18, i32 8, i32 9, i32 10, i32 11, i32 12, i32 25, i32 undef, i32 17>
+  
+  %tmp1112 = shufflevector         <16 x i32> %tmp1100, 
+                                                                                                                <16 x i32> %tmp1067, 
+                                                                                                                <16 x i32> <i32 0, i32 1, i32 2, i32 24, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 18, i32 15>
+  
+  store <16 x i32> %tmp1112, <16 x i32> addrspace(1)* undef, align 64
+  
+  ret void
+
+UnifiedReturnBlock:                               ; preds = %entry
+  ret void
+}
+





More information about the llvm-commits mailing list