2009-09-09 01:54:48 +02:00
|
|
|
; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
|
2007-08-15 15:36:28 +02:00
|
|
|
; RUN: grep xorps %t | count 1
|
2007-04-16 19:36:08 +02:00
|
|
|
; RUN: not grep shufps %t
|
2006-07-21 01:51:01 +02:00
|
|
|
|
2008-02-21 08:42:26 +01:00
|
|
|
define void @test() {
|
|
|
|
bitcast <4 x i32> zeroinitializer to <4 x float> ; <<4 x float>>:1 [#uses=1]
|
|
|
|
shufflevector <4 x float> %1, <4 x float> zeroinitializer, <4 x i32> zeroinitializer ; <<4 x float>>:2 [#uses=1]
|
|
|
|
store <4 x float> %2, <4 x float>* null
|
|
|
|
unreachable
|
2006-07-21 01:51:01 +02:00
|
|
|
}
|
2008-02-21 08:42:26 +01:00
|
|
|
|