Add FileCheck statements for r196435.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron McInally 2013-12-05 01:20:36 +00:00
parent e5218051d4
commit f6770bcee8
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
define <16 x i32> @test_vbroadcast() {
; CHECK: vpbroadcastd
entry:
%0 = sext <16 x i1> zeroinitializer to <16 x i32>
%1 = fcmp uno <16 x float> undef, zeroinitializer

View File

@ -1,6 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
define <8 x i16> @test_zext_load() {
; CHECK: vmovq
entry:
%0 = load <2 x i16> ** undef, align 8
%1 = getelementptr inbounds <2 x i16>* %0, i64 1