brintos

brintos / llvm-project-archived public Read only

0
0
Text · 519 B · 8d1c89a Raw
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