12 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mattr=+sse22 3define void @test(ptr %arg) {4 %tmp89 = getelementptr <4 x float>, ptr %arg, i64 35 %tmp1144 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, zeroinitializer6 store <4 x float> %tmp1144, ptr null7 %tmp1149 = load <4 x float>, ptr %tmp898 %tmp1150 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %tmp11499 store <4 x float> %tmp1150, ptr %tmp8910 ret void11}12