diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-01-30 18:59:25 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-01-30 18:59:25 +0000 |
commit | 3ddc94d3ce5e648193743889b9f8b1572446eae6 (patch) | |
tree | 5a6a098a6bae8312e80ab7187dad62b51d6ef2d3 /llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll | |
parent | ffe2535cf6c787a0824cac9c62e55aaa27ac9976 (diff) | |
download | bcm5719-llvm-3ddc94d3ce5e648193743889b9f8b1572446eae6.tar.gz bcm5719-llvm-3ddc94d3ce5e648193743889b9f8b1572446eae6.zip |
[X86][XOP] Fix test name
llvm-svn: 293533
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll index b79df1facfa..73bb5b1f46e 100644 --- a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll +++ b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll @@ -318,8 +318,8 @@ define <4 x i32> @combine_vpperm_10zz32BA(<4 x i32> %a0, <4 x i32> %a1) { ret <4 x i32> %res3 } -define void @buildvector_v4f23_0404(float %a, float %b, <4 x float>* %ptr) { -; X32-LABEL: buildvector_v4f23_0404: +define void @buildvector_v4f32_0404(float %a, float %b, <4 x float>* %ptr) { +; X32-LABEL: buildvector_v4f32_0404: ; X32: # BB#0: ; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: vmovsd {{.*#+}} xmm0 = mem[0],zero @@ -328,7 +328,7 @@ define void @buildvector_v4f23_0404(float %a, float %b, <4 x float>* %ptr) { ; X32-NEXT: vmovaps %xmm0, (%eax) ; X32-NEXT: retl ; -; X64-LABEL: buildvector_v4f23_0404: +; X64-LABEL: buildvector_v4f32_0404: ; X64: # BB#0: ; X64-NEXT: vpermil2ps {{.*#+}} xmm0 = xmm0[0],xmm1[0],xmm0[0],xmm1[0] ; X64-NEXT: vmovaps %xmm0, (%rdi) |