blob: ae64c2856a8fba96e72863ae593e7a4d47d96ab2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -o %t -f
2; RUN: grep xorps %t | wc -l | grep 1
3; RUN: not grep shufps %t
4
5void %test() {
6 cast <4 x int> zeroinitializer to <4 x float>
7 shufflevector <4 x float> %0, <4 x float> zeroinitializer, <4 x uint> zeroinitializer
8 store <4 x float> %1, <4 x float>* null
9 unreachable
10}