mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Check for llc crash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
856c1c93f9
commit
884df210c7
@ -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…
x
Reference in New Issue
Block a user