Add FileCheck statements for r196435.
authorCameron McInally <cameron.mcinally@nyu.edu>
Thu, 5 Dec 2013 01:20:36 +0000 (01:20 +0000)
committerCameron McInally <cameron.mcinally@nyu.edu>
Thu, 5 Dec 2013 01:20:36 +0000 (01:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196449 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/avx512-vbroadcast-crash.ll
test/CodeGen/X86/avx512-zext-load-crash.ll

index 0d6d0d7ae5d171386d78d0c07c0f775392a040c0..ed617f536065c645c08d43118ecd758b3beb162b 100644 (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
index 5861fbfa0b56d30a859ea01571fd003509683bee..07ded13a0e3c46e36d76a4ffbb560b863891cf84 100644 (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