[llvm] r196449 - Add FileCheck statements for r196435.

Cameron McInally cameron.mcinally at nyu.edu
Wed Dec 4 17:20:36 PST 2013


Author: mcinally
Date: Wed Dec  4 19:20:36 2013
New Revision: 196449

URL: http://llvm.org/viewvc/llvm-project?rev=196449&view=rev
Log:
Add FileCheck statements for r196435.

Modified:
    llvm/trunk/test/CodeGen/X86/avx512-vbroadcast-crash.ll
    llvm/trunk/test/CodeGen/X86/avx512-zext-load-crash.ll

Modified: llvm/trunk/test/CodeGen/X86/avx512-vbroadcast-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx512-vbroadcast-crash.ll?rev=196449&r1=196448&r2=196449&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx512-vbroadcast-crash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx512-vbroadcast-crash.ll Wed Dec  4 19:20:36 2013
@@ -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

Modified: llvm/trunk/test/CodeGen/X86/avx512-zext-load-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx512-zext-load-crash.ll?rev=196449&r1=196448&r2=196449&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx512-zext-load-crash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx512-zext-load-crash.ll Wed Dec  4 19:20:36 2013
@@ -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





More information about the llvm-commits mailing list