[llvm] r322465 - [X86][SSE] Tag PR21137 test case

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 13:59:43 PST 2018


Author: rksimon
Date: Sun Jan 14 13:59:43 2018
New Revision: 322465

URL: http://llvm.org/viewvc/llvm-project?rev=322465&view=rev
Log:
[X86][SSE] Tag PR21137 test case

The test was added ages ago, but we didn't comment where it came from.

Modified:
    llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll

Modified: llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll?rev=322465&r1=322464&r2=322465&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll Sun Jan 14 13:59:43 2018
@@ -1554,7 +1554,7 @@ define <4 x i32> @shuffle_v4i32_2345(<4
 }
 
 ; PR22391
-define <4 x i32> @shuffle_v4i32_2456(<4 x i32> %a, <4 x i32> %b) #0 {
+define <4 x i32> @shuffle_v4i32_2456(<4 x i32> %a, <4 x i32> %b) {
 ; SSE2-LABEL: shuffle_v4i32_2456:
 ; SSE2:       # %bb.0:
 ; SSE2-NEXT:    shufps {{.*#+}} xmm0 = xmm0[2,0],xmm1[0,0]
@@ -2379,6 +2379,7 @@ define <4 x float> @insert_mem_hi_v4f32(
   ret <4 x float> %shuffle
 }
 
+; PR21137
 define <4 x float> @shuffle_mem_v4f32_3210(<4 x float>* %ptr) {
 ; SSE-LABEL: shuffle_mem_v4f32_3210:
 ; SSE:       # %bb.0:




More information about the llvm-commits mailing list