commit | 5ddb6f991f6a5f43dfea72c49d294022de04d81a | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Apr 21 01:21:23 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Apr 21 01:21:23 2006 +0000 |
tree | 23d30ccebd16393d83f387382bdeb85556293e05 | |
parent | b3864a0ce4dea3f0deb2b03d1fd0be0d7cae4dd7 [diff] [blame] |
Check for llc crash. llvm-svn: 27925
diff --git a/llvm/test/Regression/CodeGen/X86/vec_clear.ll b/llvm/test/Regression/CodeGen/X86/vec_clear.ll index b196501..1c38825 100644 --- a/llvm/test/Regression/CodeGen/X86/vec_clear.ll +++ b/llvm/test/Regression/CodeGen/X86/vec_clear.ll
@@ -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