summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/extract-combine.ll
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2019-08-26 13:53:29 +0000
committerAmaury Sechet <deadalnix@gmail.com>2019-08-26 13:53:29 +0000
commit298c0b352d5ed998c91328f5023fb192c688e1ed (patch)
tree4b18d3483a92f01bad730e69a18c6edd0c042da5 /llvm/test/CodeGen/X86/extract-combine.ll
parent55aafa35ea33fcbb2ec3050578119a7958fa7012 (diff)
downloadbcm5719-llvm-298c0b352d5ed998c91328f5023fb192c688e1ed.tar.gz
bcm5719-llvm-298c0b352d5ed998c91328f5023fb192c688e1ed.zip
[X86] Automatically generate various tests. NFC
llvm-svn: 369909
Diffstat (limited to 'llvm/test/CodeGen/X86/extract-combine.ll')
-rw-r--r--llvm/test/CodeGen/X86/extract-combine.ll8
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/extract-combine.ll b/llvm/test/CodeGen/X86/extract-combine.ll
index 7b38a015780..78c2c1e2d3a 100644
--- a/llvm/test/CodeGen/X86/extract-combine.ll
+++ b/llvm/test/CodeGen/X86/extract-combine.ll
@@ -1,7 +1,11 @@
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=core2 -o %t
-; RUN: not grep unpcklps %t
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=core2 | FileCheck %s --implicit-check-not unpcklps
define i32 @foo() nounwind {
+; CHECK-LABEL: foo:
+; CHECK: # %bb.0: # %entry
+; CHECK-NEXT: xorps %xmm0, %xmm0
+; CHECK-NEXT: movaps %xmm0, 0
entry:
%tmp74.i25762 = shufflevector <16 x float> zeroinitializer, <16 x float> zeroinitializer, <16 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 16, i32 17, i32 18, i32 19> ; <<16 x float>> [#uses=1]
%tmp518 = shufflevector <16 x float> %tmp74.i25762, <16 x float> undef, <4 x i32> <i32 12, i32 13, i32 14, i32 15> ; <<4 x float>> [#uses=1]
OpenPOWER on IntegriCloud