From 298c0b352d5ed998c91328f5023fb192c688e1ed Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Mon, 26 Aug 2019 13:53:29 +0000 Subject: [X86] Automatically generate various tests. NFC llvm-svn: 369909 --- llvm/test/CodeGen/X86/extract-combine.ll | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/X86/extract-combine.ll') 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> ; <<16 x float>> [#uses=1] %tmp518 = shufflevector <16 x float> %tmp74.i25762, <16 x float> undef, <4 x i32> ; <<4 x float>> [#uses=1] -- cgit v1.2.3