Dan Gohman | c52b4eb | 2009-06-04 18:22:31 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llc -march=x86-64 -enable-unsafe-fp-math | not grep mulps |
2 | ; RUN: llvm-as < %s | llc -march=x86-64 | grep mulps | ||||
3 | |||||
4 | define void @test14(<4 x float>*) nounwind { | ||||
5 | load <4 x float>* %0, align 1 | ||||
Dan Gohman | 9c8c830 | 2009-06-15 22:49:34 +0000 | [diff] [blame^] | 6 | fmul <4 x float> %2, zeroinitializer |
Dan Gohman | c52b4eb | 2009-06-04 18:22:31 +0000 | [diff] [blame] | 7 | store <4 x float> %3, <4 x float>* %0, align 1 |
8 | ret void | ||||
9 | } |