diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-26 04:47:01 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-26 04:47:01 +0000 |
commit | f2df3f59fb636b1e95dcd015875e593c0767c883 (patch) | |
tree | 443268638001759fbf4cefd32de6db04d8e0785f /llvm/test/CodeGen/X86/vector-idiv.ll | |
parent | 3ce448a1d6e4e4b41e1d1a24eac2d268ce044821 (diff) | |
download | bcm5719-llvm-f2df3f59fb636b1e95dcd015875e593c0767c883.tar.gz bcm5719-llvm-f2df3f59fb636b1e95dcd015875e593c0767c883.zip |
llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.
llvm-svn: 214015
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-idiv.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vector-idiv.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vector-idiv.ll b/llvm/test/CodeGen/X86/vector-idiv.ll index 62162c3b977..16b39708d25 100644 --- a/llvm/test/CodeGen/X86/vector-idiv.ll +++ b/llvm/test/CodeGen/X86/vector-idiv.ll @@ -223,7 +223,7 @@ define <2 x i16> @test12() { define <4 x i32> @PR20355(<4 x i32> %a) { ; SSE-LABEL: PR20355: -; SSE: movdqa {{.*}}, %[[X1:xmm[0-9]+]] +; SSE: movdqa {{(.*LCPI|__xmm@55555556555555565555555655555556).*}}, %[[X1:xmm[0-9]+]] ; SSE-NEXT: movdqa %[[X1]], %[[X2:xmm[0-9]+]] ; SSE-NEXT: psrad $31, %[[X2]] ; SSE-NEXT: pand %xmm0, %[[X2]] @@ -244,7 +244,7 @@ define <4 x i32> @PR20355(<4 x i32> %a) { ; SSE-NEXT: retq ; ; SSE41-LABEL: PR20355: -; SSE41: movdqa {{.*}}, %[[X1:xmm[0-9]+]] +; SSE41: movdqa {{(.*LCPI|__xmm@55555556555555565555555655555556).*}}, %[[X1:xmm[0-9]+]] ; SSE41-NEXT: pshufd {{.*}} # [[X2:xmm[0-9]+]] = xmm0[1,0,3,0] ; SSE41-NEXT: pmuldq %[[X1]], %xmm0 ; SSE41-NEXT: pshufd {{.*}} # [[X1]] = [[X1]][1,0,3,0] |