Check for llc crash.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 21 Apr 2006 01:21:23 +0000 (01:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 21 Apr 2006 01:21:23 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27925 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_clear.ll
test/CodeGen/X86/vec_shuffle-4.ll

index b19650112c60abe93ac15e67be4d7ef5c8b8b6c5..1c38825afc75ff721156db98fd9b60b31d9c778d 100644 (file)
@@ -1,3 +1,4 @@
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep and
 <4 x float> %test(<4 x float>* %v1) {
        %tmp = load <4 x float>* %v1
index 20a0a32d43b3ed75b633fa3e27708f5388077cff..3e73deb95fbd307801973964e118ca007373a28f 100644 (file)
@@ -1,3 +1,4 @@
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 3
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep unpck
 void %test(<4 x float>* %res, <4 x float>* %A, <4 x float>* %B, <4 x float>* %C) {