mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Check for llc crash.
llvm-svn: 27925
This commit is contained in:
parent
5cae86002c
commit
0365ba09c8
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user