summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_fp_to_int.ll
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2017-04-06 22:33:25 +0000
committerMichael Kuperstein <mkuper@google.com>2017-04-06 22:33:25 +0000
commit6129887d21f068b7a965d394bc629ab374b31384 (patch)
treea65acc01c1f53b6f7f73f87d1907975f1b6be364 /llvm/test/CodeGen/X86/vec_fp_to_int.ll
parent813de713290c9eb8c24562af6133319327aa9aa4 (diff)
downloadbcm5719-llvm-6129887d21f068b7a965d394bc629ab374b31384.tar.gz
bcm5719-llvm-6129887d21f068b7a965d394bc629ab374b31384.zip
[X86] Revert r299387 due to AVX legalization infinite loop.
llvm-svn: 299720
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_fp_to_int.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_fp_to_int.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_fp_to_int.ll b/llvm/test/CodeGen/X86/vec_fp_to_int.ll
index 8baef924521..a345f78e18c 100644
--- a/llvm/test/CodeGen/X86/vec_fp_to_int.ll
+++ b/llvm/test/CodeGen/X86/vec_fp_to_int.ll
@@ -537,7 +537,7 @@ define <4 x i32> @fptoui_4f64_to_2i32(<2 x double> %a) {
; VEX-NEXT: vpinsrd $1, %eax, %xmm0, %xmm0
; VEX-NEXT: vcvttsd2si %xmm0, %rax
; VEX-NEXT: vpinsrd $2, %eax, %xmm0, %xmm0
-; VEX-NEXT: vpshufd {{.*#+}} xmm0 = xmm0[0,1,2,2]
+; VEX-NEXT: vpinsrd $3, %eax, %xmm0, %xmm0
; VEX-NEXT: retq
;
; AVX512F-LABEL: fptoui_4f64_to_2i32:
OpenPOWER on IntegriCloud