llvm-6502/test/CodeGen/X86/vec_shuffle-7.ll
2006-12-02 04:23:10 +00:00

11 lines
455 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep xorps | wc -l | grep 1 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | not grep shufps
void %test() {
cast <4 x int> zeroinitializer to <4 x float>
shufflevector <4 x float> %0, <4 x float> zeroinitializer, <4 x uint> zeroinitializer
store <4 x float> %1, <4 x float>* null
unreachable
}