blob: 03bad6594128b29bbc218a835c1b949951f9c5a8 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
2; RUN: llc < %s -march=x86-64 | grep mulps
Dan Gohmanc52b4eb2009-06-04 18:22:31 +00003
4define void @test14(<4 x float>*) nounwind {
5 load <4 x float>* %0, align 1
Dan Gohman9c8c8302009-06-15 22:49:34 +00006 fmul <4 x float> %2, zeroinitializer
Dan Gohmanc52b4eb2009-06-04 18:22:31 +00007 store <4 x float> %3, <4 x float>* %0, align 1
8 ret void
9}